ID2D1InkStyle interface (d2d1_3.h)

Represents a collection of style properties to be used by methods like ID2D1DeviceContext2::DrawInk when rendering ink. The ink style defines the nib (pen tip) shape and transform.

Inheritance

The ID2D1InkStyle interface inherits from ID2D1Resource. ID2D1InkStyle also has these types of members:

Methods

The ID2D1InkStyle interface has these methods.

 
ID2D1InkStyle::GetNibShape

Retrieves the pre-transform nib shape for this style.
ID2D1InkStyle::GetNibTransform

Retrieves the transform to be applied to this style's nib shape.
ID2D1InkStyle::SetNibShape

Sets the pre-transform nib shape for this style.
ID2D1InkStyle::SetNibTransform

Sets the transform to apply to this style's nib shape. (overload 1/2)
ID2D1InkStyle::SetNibTransform

Sets the transform to apply to this style's nib shape. (overload 2/2)

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h