Last updated

API / geotoolkit / scene / shapes / Path / Path

Namespace: Path

shapes.Path.Path

Table of contents

Type Aliases

Contents

Type Aliases

BezierOptions

Ƭ BezierOptions: Object

options for bezier curve

Type declaration

NameType
cp1xnumber
cp1ynumber
cp2xnumber
cp2ynumber
xnumber
ynumber

Options

Ƭ Options: Options & { bounds?: Rect ; geometry?: GraphicsPath ; index?: number[] ; tags?: PointType[] ; x?: number[] ; y?: number[] }

options or visible flag


OptionsOut

Ƭ OptionsOut: OptionsOut & { bounds?: Rect ; index?: number[] ; tags?: PointType[] ; x?: number[] ; y?: number[] }

properties