ID2D1InkStyle interface

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.

Members

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

Methods

The ID2D1InkStyle interface has these methods.

MethodDescription
GetNibShape

Retrieves the pre-transform nib shape for this style.

GetNibTransform

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

SetNibShape

Sets the pre-transform nib shape for this style.

SetNibTransform Overloaded.

Sets the transform to apply to this style's nib shape.

 

Requirements

Header

D2d1_3.h

Library

D2d1_3.lib

DLL

D2d1_3.dll

 

 

Show: