FSizeIsEmpty Method
Return a value indicating whether the specified size is empty.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsEmpty(
FSize size
)
Public Shared Function IsEmpty (
size As FSize
) As Boolean
No code example is currently available or this language may not be supported.
- size FSize
-
Reference to the object to inspect.
Boolean
True if the specified size is empty. Otherwise, false.