Table of Contents

Struct HwndRenderTargetProperties

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

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

nint

PixelSize

No documentation.

public Size2 PixelSize

Field Value

Size2

PresentOptions

No documentation.

public PresentOptions PresentOptions

Field Value

PresentOptions