GdPicture.NET.14
GdPicture14.Imaging Namespace / GdPictureRectangleF Class / Width Property





In This Topic
Width Property (GdPictureRectangleF)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Width As Single
public float Width {get;}
public read-only property Width: Single; 
public function get Width : float
public: __property float get_Width();
public:
property float Width {
   float get();
}
See Also