Table of Contents

Class LayerShape

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents the shape of a layer

public abstract class LayerShape
Inheritance
object
LayerShape
Derived

Properties

Layer

The layer this shape is attached to

public Layer Layer { get; set; }

Property Value

Layer

Path

Gets a the path outlining the shape

public SKPath? Path { get; protected set; }

Property Value

SKPath

Methods

CalculateRenderProperties()

Calculates the Path

public abstract void CalculateRenderProperties()