RenderStateManager.PointSize Property

Language:

Note: This documentation is preliminary and is subject to change.

Specifies the size to use for point size computation in cases in which point size is not specified for each vertex.

Definition

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);

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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