RenderStateManager.PointSize Property |
Language: |
Specifies the size to use for point size computation in cases in which point size is not specified for each vertex.
Visual Basic .NET Public Property PointSize As Single C# public float PointSize { get; set; } Managed C++ public: __property float get_PointSize();
public: __property void set_PointSize(float);JScript .NET public function get PointSize() : float
public function set PointSize(float);
System.Single . Floating-point value that specifies the point size to set or retrieve.
This property is read/write.
The default value is 1.0f.
This value is not used when the vertex contains a point size. The value is defined in screen space units if RenderStateManager.PointScaleEnable is set to false; otherwise, it is defined in world space units. The range for the value is greater than or equal to 0.0f.
Feedback? Please provide us with your comments on this topic.