[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Border

Border Class

Builtin Border effect.

Implements
Namespace: C1.Util.DX.Direct2D.Effects
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class Border : Effect, IDisposable, IUnknown

Constructors

Name Description
Border(IntPtr)

Initializes a new instance of the Border class.

Properties

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.

Methods

Name Description
Create(DeviceContext)

Initializes a new instance of Border effect.