Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PathGeometry

Describes a geometry, that is composed of multiple path figures

see

PathFigure

Hierarchy

Implements

Index

Constructors

constructor

Properties

figures

figures: PathFigure[]

Gets or sets the path figures.

fillRule

fillRule: FillRule

Gets or sets the fill rule.

transform

transform: Transform

Gets or sets a geometries transformation matrix. The default value is the identity transform.

Accessors

Private type

  • get type(): "path"
  • Returns "path"

Methods

measure

Private serialize

  • serialize(target: BufferWriter): void
  • Parameters

    • target: BufferWriter

    Returns void

Static create

  • Returns the geometry that is defined by the specified geometry description.

    Parameters

    Returns Geometry

Static createPathGeometry

  • Returns the geometry that is defined by the specified geometry description.

    Parameters

    Returns PathGeometry

Static measure

Generated using TypeDoc