RenderStateManager.PointSizeMax Property

Language:

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

Specifies the maximum size to which point sprites can be set.

Definition

Visual Basic .NET Public Property PointSizeMax As Single
C# public float PointSizeMax { get; set; }
Managed C++ public: __property float get_PointSizeMax();
public: __property void set_PointSizeMax(float);
JScript .NET public function get PointSizeMax() : float
public function set PointSizeMax(float);

Property Value

System.Single . Floating-point value that specifies the maximum size of point sprites.

This property is read/write. 

Remarks

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.


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

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