Click or drag to resize
DigitalRuneRenderTargetFormatHeight Property
Gets or sets the height (in pixels).

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Nullable<int> Height { get; set; }

Property Value

Type: NullableInt32
The height (in pixels) or if the height is undefined.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative or 0.
See Also