Struct HwndRenderTargetProperties
Contains the nint, pixel size, and presentation options for an WindowRenderTarget.
public struct HwndRenderTargetProperties
- Inherited Members
Remarks
Use this structure when you call the CreateHwndRenderTarget method to create a new WindowRenderTarget.
For convenience, Direct2D provides the D2D1::HwndRenderTargetProperties function for creating new HwndRenderTargetProperties structures.
Fields
Hwnd
No documentation.
public nint Hwnd
Field Value
PixelSize
No documentation.
public Size2 PixelSize
Field Value
- Size2
PresentOptions
No documentation.
public PresentOptions PresentOptions