public class PictureLayer : Layer
Properties
Declaration
public bool isComplex { set; }
Property Value
Declaration
public Offset offset { set; }
Property Value
Declaration
public Picture picture { set; }
Property Value
Declaration
public bool willChange { set; }
Property Value
Methods
paint(PaintContext)
Declaration
public override void paint(PaintContext context)
Parameters
Overrides
preroll(PrerollContext, Matrix3)
Declaration
public override void preroll(PrerollContext context, Matrix3 matrix)
Parameters
Overrides