Share via


RenderStateManager.PointSpriteEnable Property (Microsoft.DirectX.Direct3D)

Controls how point sprites are rendered.

Definition

Visual Basic Public Property PointSpriteEnable As Boolean
C# public bool PointSpriteEnable { get; set; }
C++ public:
property bool PointSpriteEnable {
        bool get();
        void set(bool value);
}
JScript public function get PointSpriteEnable() : boolean
public function set PointSpriteEnable(boolean);

Property Value

System.Boolean
When set to true, the texture coordinates of point sprites are set so that full textures are mapped on each point. When set to false, the vertex texture coordinates are used for the entire point.

This property is read/write. 

Remarks

The default value is false.