GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / SetRectCoordinatesOnDocumentPixel Method





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

Parameters

Left
Top
Width
Height
See Also