GdPicture.NET.14.API
GdPicture14.Imaging Namespace / GdPictureRectangleF Class / Empty Property





In This Topic
Empty Property (GdPictureRectangleF)
In This Topic
Syntax
'Declaration
 
Public Shared ReadOnly Property Empty As GdPictureRectangleF
public static GdPictureRectangleF Empty {get;}
public read-only property Empty: GdPictureRectangleF; static; 
public static function get Empty : GdPictureRectangleF
public: __property static GdPictureRectangleF* get_Empty();
public:
static property GdPictureRectangleF^ Empty {
   GdPictureRectangleF^ get();
}
See Also