[]
Builtin Border effect.
public class Border : Effect, IDisposable, IUnknown
Name | Description |
---|---|
Border(IntPtr) | Initializes a new instance of the Border class. |
Name | Description |
---|---|
EdgeModeX | The edge mode in the X direction for the effect. You can set this to clamp, wrap, or mirror. See Edge modes for more info. |
EdgeModeY | The edge mode in the Y direction for the effect. You can set this to clamp, wrap, or mirror. See Edge modes for more info. |
Name | Description |
---|---|
Create(DeviceContext) | Initializes a new instance of Border effect. |