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





In This Topic
SetWidth Method (GdPictureRectangleF)
In This Topic
Syntax
'Declaration
 
Public Sub SetWidth( _
   ByVal width As Single _
) 
public void SetWidth( 
   float width
)
public procedure SetWidth( 
    width: Single
); 
public function SetWidth( 
   width : float
);
public: void SetWidth( 
   float width
) 
public:
void SetWidth( 
   float width
) 

Parameters

width
See Also