Artemis Artemis
Artemis Artemis

Search Results for

    Class LayerShape

    Represents the shape of a layer

    Inheritance
    object
    LayerShape
    EllipseShape
    RectangleShape
    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()
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.