Method VisibleOnScreen
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
VisibleOnScreen()
Specifies if the drawing object is visible on screen
public bool VisibleOnScreen()
Returns
Remarks
This method returns true if : the object's IsVisible() return true and object's bounding box is inside or intersecting screen's bounding box and object is not hidden by a 3d section clip. Otherwise returns false.