Click or drag to resize
DigitalRuneDebugRendererDefaultTextPosition Property
Gets or sets the default text position.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Vector2F DefaultTextPosition { get; set; }

Property Value

Type: Vector2F
The default text position. The default value is (NaN, NaN) - in which case the default text position is the upper left corner of the title-safe area.
See Also