ID2D1BorderTransform interface
Extends the input rectangle to infinity using the specified extend modes.
When to implement
Custom implementations are not supported.
Members
The ID2D1BorderTransform interface inherits from ID2D1ConcreteTransform. ID2D1BorderTransform also has these types of members:
Methods
The ID2D1BorderTransform interface has these methods.
| Method | Description |
|---|---|
| GetExtendModeX |
Gets the extend mode in the x direction. |
| GetExtendModeY |
Gets the extend mode in the y direction. |
| SetExtendModeX |
Sets the extend mode in the x direction. |
| SetExtendModeY |
Sets the extend mode in the y direction. |
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
See also