Class PointSizeTreat
Object for set point size of opengl drawing.
public class PointSizeTreat : IDisplayee, IExpandToBox3d
- Inheritance
-
PointSizeTreat
- Implements
- Inherited Members
- Extension Methods
Constructors
PointSizeTreat(int)
Initializes a new instance of the PointSizeTreat class.
public PointSizeTreat(int pointSize)
Parameters
pointSize
intThe point size to set.
Properties
PointSize
Gets or sets the point size value.
public int PointSize { get; set; }
Property Value
Methods
Display(Bind)
Sets the point size in the OpenGL context.
public void Display(Bind bind)
Parameters
bind
BindThe binding context.
ExpandToBox3d(Box3d)
This implementation does nothing as point size does not affect bounding box.
public void ExpandToBox3d(Box3d dst)
Parameters
dst
Box3dThe destination box to expand.