Label.IsClipped Method

Tells if a label is clipped by the clipping planes.
Public Overridable Function IsClipped( _ 
ByVal planes As ClippingPlaneBase() _ 
) As Boolean
This language is not supported or no code example is available.
public virtual bool IsClipped( 
ClippingPlaneBase[] planes 
)
This language is not supported or no code example is available.

Parameters

planes
ClippingPlaneBase[]

The clipping planes

Return Value

bool

True if the label anchor point is clipped by any one of the clipping planes

Remarks
 
Override this to avoid that a label is clipped by the clipping planes

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition