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





In This Topic
ZoomArea Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Function ZoomArea( _
   ByVal Left As Integer, _
   ByVal Top As Integer, _
   ByVal Width As Integer, _
   ByVal Height As Integer _
) As GdPictureStatus
public GdPictureStatus ZoomArea( 
   int Left,
   int Top,
   int Width,
   int Height
)
public function ZoomArea( 
    Left: Integer;
    Top: Integer;
    Width: Integer;
    Height: Integer
): GdPictureStatus; 
public function ZoomArea( 
   Left : int,
   Top : int,
   Width : int,
   Height : int
) : GdPictureStatus;
public: GdPictureStatus ZoomArea( 
   int Left,
   int Top,
   int Width,
   int Height
) 
public:
GdPictureStatus ZoomArea( 
   int Left,
   int Top,
   int Width,
   int Height
) 

Parameters

Left
Top
Width
Height
See Also

Reference

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