In This Topic

Width Property (GdPictureRectangle)

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