Inheritance
System.Object
PictureLayer
public class PictureLayer : Layer
Constructors
Declaration
public PictureLayer(Rect canvasBounds)
Parameters
Type |
Name |
Description |
Rect |
canvasBounds |
|
Fields
Declaration
public readonly Rect canvasBounds
Field Value
Properties
Declaration
public bool isComplexHint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Picture picture { get; set; }
Property Value
Declaration
public bool willChangeHint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides