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





In This Topic
GetRectCoordinatesOnDocumentInch Method
In This Topic
Syntax
'Declaration
 
Public Sub GetRectCoordinatesOnDocumentInch( _
   ByRef Left As Double, _
   ByRef Top As Double, _
   ByRef Width As Double, _
   ByRef Height As Double _
) 
public void GetRectCoordinatesOnDocumentInch( 
   ref double Left,
   ref double Top,
   ref double Width,
   ref double Height
)
public procedure GetRectCoordinatesOnDocumentInch( 
   var  Left: Double;
   var  Top: Double;
   var  Width: Double;
   var  Height: Double
); 
public function GetRectCoordinatesOnDocumentInch( 
   Left : double,
   Top : double,
   Width : double,
   Height : double
);
public: void GetRectCoordinatesOnDocumentInch( 
   ref double Left,
   ref double Top,
   ref double Width,
   ref double Height
) 
public:
void GetRectCoordinatesOnDocumentInch( 
   double% Left,
   double% Top,
   double% Width,
   double% Height
) 

Parameters

Left
Top
Width
Height
See Also