'Declaration Public Sub SetROI( _ ByVal Left As Integer, _ ByVal Top As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer _ )
'Declaration
Public Sub SetROI( _ ByVal Left As Integer, _ ByVal Top As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer _ )
public void SetROI( int Left, int Top, int Width, int Height )
public procedure SetROI( Left: Integer; Top: Integer; Width: Integer; Height: Integer );
public function SetROI( Left : int, Top : int, Width : int, Height : int );
public: void SetROI( int Left, int Top, int Width, int Height )
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging GdPictureImaging Members