[]
        
(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
object
Atlas
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

Atlas(IntPtr)

Initializes a new instance of the Atlas class.

public Atlas(IntPtr nativePtr)

Parameters

nativePtr System.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