RenderStateManager.PointSizeMax Property |
Language: |
Specifies the maximum size to which point sprites can be set.
Visual Basic Public Property PointSizeMax As Single C# public float PointSizeMax { get; set; } C++ public:
property float PointSizeMax {
float get();
void set(float value);
}JScript public function get PointSizeMax() : float
public function set PointSizeMax(float);
System.Single
This property is read/write.
Floating-point value that specifies the maximum size of point sprites.
The default value is 64.0f.
The value must be less than or equal to Caps.MaxPointSize and greater than or equal to RenderStateManager.PointSizeMin.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.