Point.IsEmpty
Point.IsEmpty property
Gets a value indicating whether this Point
is empty.
public bool IsEmpty { get; }
Return Value
True if both X
and Y
are 0; otherwise, false.
See Also
- struct Point
- namespace Aspose.PSD
- assembly Aspose.PSD
Gets a value indicating whether this Point
is empty.
public bool IsEmpty { get; }
True if both X
and Y
are 0; otherwise, false.