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.

Definition

Visual Basic Public Property PointSize As Single
C# public float PointSize { get; set; }
C++ public:
property float PointSize {
        float get();
        void set(float value);
}
JScript public function get PointSize() : float
public function set PointSize(float);

Property Value

System.Single
Floating-point value that specifies the point size to set or retrieve.

This property is read/write. 

Remarks

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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.