| DebugRendererPointSize Property |
Gets or sets the size of drawn points.
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float PointSize { get; set; }
Public Property PointSize As Single
Get
Set
public:
property float PointSize {
float get ();
void set (float value);
}
member PointSize : float32 with get, set
Property Value
Type:
SingleThe size of a visible point (in pixels).
See Also