IGeometryTransform.Visible

IGeometryTransform.Visible property

Gets a value indicating whether the current IGeometryTransform will render visible geometry.

public bool Visible { get; }

Remarks

When this value is false, a runtime should skip rendering any geometry using this IGeometryTransform instance, since it will not be visible anyway.

See Also