Table of Contents

Class Border

Namespace
SharpDX.Direct2D1.Effects
Assembly
SharpDX.Direct2D1.dll

Built in Border effect.

public class Border : Effect
Inheritance
Border
Inherited Members

Constructors

Border(DeviceContext)

Initializes a new instance of Border effect.

public Border(DeviceContext context)

Parameters

context DeviceContext

Properties

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.

public BorderEdgeMode EdgeModeX { get; set; }

Property Value

BorderEdgeMode

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.

public BorderEdgeMode EdgeModeY { get; set; }

Property Value

BorderEdgeMode