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





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

Parameters

Left
Top
Width
Height
See Also