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





In This Topic
IsEmpty Property (GdPictureRectangleF)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
public read-only property IsEmpty: Boolean; 
public function get IsEmpty : boolean
public: __property bool get_IsEmpty();
public:
property bool IsEmpty {
   bool get();
}
See Also