Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.MaxPointSize Property

Language:

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

Retrieves the maximum size of a point primitive.

Definition

Visual Basic .NET Public ReadOnly Property MaxPointSize As Single
C# public float MaxPointSize { get; }
Managed C++ public: __property float get_MaxPointSize();
JScript .NET public function get MaxPointSize() : float

Property Value

System.Single . A Single Leave Site value that indicates the maximum size of a point primitive.

This property is read-only. 

Remarks

If this member is 1.0f, the device does not support point-size control. The range is greater than or equal to 1.0f.


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center