Upravit

Sdílet prostřednictvím


ID2D1BorderTransform interface (d2d1effectauthor.h)

Extends the input rectangle to infinity using the specified extend modes.

Inheritance

The ID2D1BorderTransform interface inherits from ID2D1ConcreteTransform. ID2D1BorderTransform also has these types of members:

Methods

The ID2D1BorderTransform interface has these methods.

 
ID2D1BorderTransform::GetExtendModeX

Gets the extend mode in the x direction.
ID2D1BorderTransform::GetExtendModeY

Gets the extend mode in the y direction.
ID2D1BorderTransform::SetExtendModeX

Sets the extend mode in the x direction.
ID2D1BorderTransform::SetExtendModeY

Sets the extend mode in the y direction.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1effectauthor.h

See also

ID2D1ConcreteTransform