[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.Effects.Atlas

Class Atlas

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

Builtin Atlas effect.

public class Atlas : Effect, IDisposable, IUnknown
Inheritance
Atlas
Implements
Inherited Members

Constructors

Atlas(IntPtr)

Initializes a new instance of the Atlas class.

public Atlas(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Properties

InputPaddingRectangle

The portion of the image passed to the next effect.

public Vector4 InputPaddingRectangle { get; set; }

Property Value

Vector4

InputRectangle

The portion of the image passed to the next effect.

public Vector4 InputRectangle { get; set; }

Property Value

Vector4

Methods

Create(DeviceContext)

Initializes a new instance of Atlas effect.

public static Atlas Create(DeviceContext context)

Parameters

context DeviceContext

Returns

Atlas