Class LayerShape
Represents the shape of a layer
public abstract class LayerShape
- Inheritance
-
objectLayerShape
- Derived
Properties
Layer
The layer this shape is attached to
public Layer Layer { get; set; }
Property Value
Path
Gets a the path outlining the shape
public SKPath? Path { get; protected set; }
Property Value
Methods
CalculateRenderProperties()
Calculates the Path
public abstract void CalculateRenderProperties()