Table of Contents

Class InkStyle

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("bae8b344-23fc-4071-8cb5-d05d6f073848")]
public class InkStyle : Resource
Inheritance
InkStyle
Inherited Members

Constructors

InkStyle(DeviceContext2)

Initializes a new instance of the InkStyle.

public InkStyle(DeviceContext2 context2)

Parameters

context2 DeviceContext2

InkStyle(DeviceContext2, InkStyleProperties)

Initializes a new instance of the InkStyle.

public InkStyle(DeviceContext2 context2, InkStyleProperties inkStyleProperties)

Parameters

context2 DeviceContext2
inkStyleProperties InkStyleProperties

InkStyle(nint)

public InkStyle(nint nativePtr)

Parameters

nativePtr nint

Properties

NibShape

Retrieves or sets the pre-transform nib shape for this style.

public InkNibShape NibShape { get; set; }

Property Value

InkNibShape

NibTransform

Retrieves or sets the transform to be applied to this style's nib shape.

public RawMatrix3x2 NibTransform { get; set; }

Property Value

RawMatrix3x2

Operators

explicit operator InkStyle(nint)

public static explicit operator InkStyle(nint nativePtr)

Parameters

nativePtr nint

Returns

InkStyle