Table of Contents

Class Atlas

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

Built in Atlas effect.

public class Atlas : Effect
Inheritance
Atlas
Inherited Members

Constructors

Atlas(DeviceContext)

Initializes a new instance of Atlas effect.

public Atlas(DeviceContext context)

Parameters

context DeviceContext

Properties

InputPaddingRectangle

The portion of the image passed to the next effect.

public RawVector4 InputPaddingRectangle { get; set; }

Property Value

RawVector4

InputRectangle

The portion of the image passed to the next effect.

public RawVector4 InputRectangle { get; set; }

Property Value

RawVector4