Class LayerShape
Represents the shape of a layer
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public abstract class LayerShape
Properties
Layer
The layer this shape is attached to
Declaration
public Layer Layer { get; set; }
Property Value
| Type | Description |
|---|---|
| Layer |
Path
Gets a the path outlining the shape
Declaration
public SKPath? Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SKPath |
Methods
CalculateRenderProperties()
Calculates the Path
Declaration
public abstract void CalculateRenderProperties()