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





In This Topic
SetRectCoordinatesOnDocumentInches Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(292)>
Sub SetRectCoordinatesOnDocumentInches( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) 
[DispId(292)]
void SetRectCoordinatesOnDocumentInches( 
   float Left,
   float Top,
   float Width,
   float Height
)
procedure SetRectCoordinatesOnDocumentInches( 
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single
); 
DispIdAttribute(292)
function SetRectCoordinatesOnDocumentInches( 
   Left : float,
   Top : float,
   Width : float,
   Height : float
);
[DispId(292)]
void SetRectCoordinatesOnDocumentInches( 
   float Left,
   float Top,
   float Width,
   float Height
) 
[DispId(292)]
void SetRectCoordinatesOnDocumentInches( 
   float Left,
   float Top,
   float Width,
   float Height
) 

Parameters

Left
Top
Width
Height
See Also

Reference

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