Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeometryGroup

Describes a collection of geometries, whose children are combined using a FillRule.

Hierarchy

Implements

Index

Constructors

constructor

Properties

children

children: Geometry[]

Gets or sets the children of which the group is composed.

fillRule

fillRule: FillRule

Gets or sets the fillrule.

transform

transform: Transform

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

Accessors

Private type

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

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 createGeometryGroup

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

    Parameters

    Returns GeometryGroup

Static measure

Generated using TypeDoc