Click or drag to resize
DigitalRuneRenderTargetFormatWidth Property
Gets or sets the width (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> Width { get; set; }

Property Value

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