GdPicture.NET.14.API
GdPicture14.Imaging Namespace / GdPictureRectangle Class / SetWidth Method





In This Topic
SetWidth Method (GdPictureRectangle)
In This Topic
Syntax
'Declaration
 
Public Sub SetWidth( _
   ByVal width As Integer _
) 
public void SetWidth( 
   int width
)
public procedure SetWidth( 
    width: Integer
); 
public function SetWidth( 
   width : int
);
public: void SetWidth( 
   int width
) 
public:
void SetWidth( 
   int width
) 

Parameters

width
See Also