Expand Minimize
This topic has not yet been rated - Rate this topic

RenderState.PointSizeMax Property

Gets or sets the maximum size of point primitives. The default is 64.0f.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public float PointSizeMax { get; set; }

Property Value

The maximum size of point primitives. Must be less than or equal to Capabilities.MaxPointSize and greater than or equal to PointSizeMin.

Xbox 360, Windows XP SP2, Windows Vista

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.