SetRectCoordinatesOnViewerPixel Method
In This Topic
Syntax
'Declaration
Public Sub SetRectCoordinatesOnViewerPixel( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
)
public void SetRectCoordinatesOnViewerPixel(
double ,
double ,
double ,
double
)
public procedure SetRectCoordinatesOnViewerPixel(
: Double;
: Double;
: Double;
: Double
);
public function SetRectCoordinatesOnViewerPixel(
: double,
: double,
: double,
: double
);
public: void SetRectCoordinatesOnViewerPixel(
double ,
double ,
double ,
double
)
public:
void SetRectCoordinatesOnViewerPixel(
double ,
double ,
double ,
double
)
Parameters
- Left
- Top
- Width
- Height
See Also