GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / SetRectCoordinatesOnDocumentInches Method





In This Topic
SetRectCoordinatesOnDocumentInches Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Sub SetRectCoordinatesOnDocumentInches( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) 
public void SetRectCoordinatesOnDocumentInches( 
   float Left,
   float Top,
   float Width,
   float Height
)
public procedure SetRectCoordinatesOnDocumentInches( 
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single
); 
public function SetRectCoordinatesOnDocumentInches( 
   Left : float,
   Top : float,
   Width : float,
   Height : float
);
public: void SetRectCoordinatesOnDocumentInches( 
   float Left,
   float Top,
   float Width,
   float Height
) 
public:
void SetRectCoordinatesOnDocumentInches( 
   float Left,
   float Top,
   float Width,
   float Height
) 

Parameters

Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members