Click or drag to resize
XDL

XftGeometryIsEmpty Method

이객체를 상속받은 객체의 Geometry가 비워있는지 여부를 반환한다.

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public virtual bool IsEmpty()

Return Value

Type: Boolean
비워져 있으면 true, 아니면 false.
See Also