Class Atlas
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