In This Topic

Area Property (GdPictureRectangle)

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