Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / IsClipped Method
The clipping planes

In This Topic
    IsClipped Method
    In This Topic
    Tells if a label is clipped by the clipping planes.
    Syntax
    'Declaration
     
    Public Overridable Function IsClipped( _
       ByVal planes() As ClippingPlaneBase _
    ) As Boolean
    public virtual bool IsClipped( 
       ClippingPlaneBase[] planes
    )

    Parameters

    planes
    The clipping planes

    Return Value

    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
    See Also