Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetPointSize Method
The size (thickness) of the point in pixels
If true, calls EnableThickPoints to set the correct shader
If true sets the size regardless of the current one, else sets it only if it's different from the current one.

In This Topic
    SetPointSize Method
    In This Topic
    Sets the point size and enables (or disables) the thick points rendering.
    Syntax
    'Declaration
     
    Public Function SetPointSize( _
       ByVal size As Single, _
       Optional ByVal setShader As Boolean, _
       Optional ByVal force As Boolean _
    ) As Single
    public float SetPointSize( 
       float size,
       bool setShader,
       bool force
    )

    Parameters

    size
    The size (thickness) of the point in pixels
    setShader
    If true, calls EnableThickPoints to set the correct shader
    force
    If true sets the size regardless of the current one, else sets it only if it's different from the current one.

    Return Value

    The previous value.
    See Also