Caps.MaxPointSize Property (Microsoft.DirectX.Direct3D)
Retrieves the maximum size of a point primitive.
Definition
Visual Basic Public ReadOnly Property MaxPointSize As Single C# public float MaxPointSize { get; } C++ public:
property float MaxPointSize {
float get();
}JScript public function get MaxPointSize() : float
Property Value
System.Single
A Single 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.