HUDFormRender Property

Gets the render that renders drawing instructions to this HUDForm window.

Definition

Namespace: DevCase.ThirdParty.SharpDX
Assembly: DevCase.net48.ThirdParty.SharpDX (in DevCase.net48.ThirdParty.SharpDX.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public WindowRenderTarget Render { get; }

Property Value

WindowRenderTarget
The render that renders drawing instructions to this HUDForm window.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

SharpDX

See Also