[]
Builtin Atlas effect.
public class Atlas : Effect, IDisposable, IUnknown
Initializes a new instance of the Atlas class.
public Atlas(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
The portion of the image passed to the next effect.
public Vector4 InputPaddingRectangle { get; set; }
The portion of the image passed to the next effect.
public Vector4 InputRectangle { get; set; }
Initializes a new instance of Atlas effect.
public static Atlas Create(DeviceContext context)
context
DeviceContext