Inheritance
System.Object
Layer
public abstract class Layer
Properties
Declaration
public bool needsPainting { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Rect paintBounds { get; set; }
Property Value
Declaration
public ContainerLayer parent { get; set; }
Property Value
Methods
paint(PaintContext)
Declaration
public abstract void paint(PaintContext context)
Parameters
preroll(PrerollContext, Matrix3)
Declaration
public virtual void preroll(PrerollContext context, Matrix3 matrix)
Parameters