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