Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / IsSmall Method / IsSmall(IsSmallParams) Method
The data

In This Topic
    IsSmall(IsSmallParams) Method
    In This Topic
    Checks if an entity is small and can be skipped during the drawing.
    Syntax
    'Declaration
     
    Protected Friend Overloads Overridable Function IsSmall( _
       ByVal data As IsSmallParams _
    ) As Boolean
    protected internal virtual bool IsSmall( 
       IsSmallParams data
    )

    Parameters

    data
    The data

    Return Value

    True if the entity is small compared to SmallSize
    See Also