In This Topic
GdPicture14 Namespace / GdViewer Class / GetRectCoordinatesOnDocumentInches Method

GetRectCoordinatesOnDocumentInches Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Sub GetRectCoordinatesOnDocumentInches( _

   ByRef Left As Single, _

   ByRef Top As Single, _

   ByRef Width As Single, _

   ByRef Height As Single _

) 
public void GetRectCoordinatesOnDocumentInches( 

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

)
public procedure GetRectCoordinatesOnDocumentInches( 

   var  Left: Single;

   var  Top: Single;

   var  Width: Single;

   var  Height: Single

); 
public function GetRectCoordinatesOnDocumentInches( 

   Left : float,

   Top : float,

   Width : float,

   Height : float

);
public: void GetRectCoordinatesOnDocumentInches( 

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

) 
public:

void GetRectCoordinatesOnDocumentInches( 

   float% Left,

   float% Top,

   float% Width,

   float% Height

) 

Parameters

Left
Top
Width
Height
See Also