Description
Returns true if boundary clipping is currently active. This indicates that any primitive drawn will be clipped to a boundary. For clarification, if this version of supports clipping but there is currently no active clip boundary, the return value would be false.
Visual Basic
Public abstract Property IsBoundaryClipping() As bool
C#
public abstract bool IsBoundaryClipping;
Conditions
Read-only