RenderStateManager.PointSizeMax Property |
Language: |
Specifies the maximum size to which point sprites can be set.
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);
System.Single . Floating-point value that specifies the maximum size of point sprites.
This property is read/write.
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.
Feedback? Please provide us with your comments on this topic.