[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.Effects.Border

Class Border

Namespace
GrapeCity.Documents.DX.Direct2D.Effects
Assembly
GcDocs.DX.Windows.dll

Builtin Border effect.

public class Border : Effect, IDisposable, IUnknown
Inheritance
object
Border
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

Border(IntPtr)

Initializes a new instance of the Border class.

public Border(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

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

Methods

Create(DeviceContext)

Initializes a new instance of Border effect.

public static Border Create(DeviceContext context)

Parameters

context DeviceContext

Returns

Border