Inheritance
System.Object
ContainerLayer
public abstract class ContainerLayer : Layer
Properties
Declaration
public List<Layer> layers { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Layer> |
|
Methods
Declaration
public void add(Layer layer)
Parameters
Type |
Name |
Description |
Layer |
layer |
|
paintChildren(PaintContext)
Declaration
protected void paintChildren(PaintContext context)
Parameters
preroll(PrerollContext, Matrix3)
Declaration
public override void preroll(PrerollContext context, Matrix3 matrix)
Parameters
Overrides
prerollChildren(PrerollContext, Matrix3, ref Rect)
Declaration
protected void prerollChildren(PrerollContext context, Matrix3 childMatrix, ref Rect childPaintBounds)
Parameters