Inheritance
System.Object
PictureLayer
 
public class PictureLayer : Layer
 
Properties
  
Declaration
public bool isComplex { set; }
 
Property Value
| Type | Description | 
| System.Boolean |  | 
Declaration
public Offset offset { set; }
 
Property Value
Declaration
public Picture picture { set; }
 
Property Value
Declaration
public bool willChange { set; }
 
Property Value
| Type | Description | 
| System.Boolean |  | 
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