ShapeStyle

Description

sealed class Tinman.Engine.Scenes.Shapes.ShapeStyle

Represents visual styles for rasterization of shapes.

Public / Constructors

Shape​Style


public constructor ShapeStyle → ()

Creates a new instance of ShapeStyle.

Public / Methods

Apply


[Pure]
public method Apply → (1)

shape in : IShape

[not-null]
The shape to use.

returns → PixelPyramidShape

The resulting PixelPyramidShape.

Applies this style to the given shape.