HUDFormFactory Property
Gets the Factory instance that creates Direct2D resources.
Namespace: DevCase.ThirdParty.SharpDXAssembly: 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 Factory Factory { get; }
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public ReadOnly Property Factory As Factory
Get
Dim instance As HUDForm
Dim value As Factory
value = instance.Factory
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
property Factory^ Factory {
Factory^ get ();
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member Factory : Factory with get
No code example is currently available or this language may not be supported.
Property Value
Factory
The
Factory instance that creates Direct2D resources.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
SharpDX