Last updated

API / geotoolkit / scene / shapes / Arc / Arc

Namespace: Arc

shapes.Arc.Arc

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { bounds?: Rect ; connecttocenter?: boolean ; endarc?: number ; radius?: number ; startarc?: number ; sweeparc?: number ; x?: number ; y?: number }

x coordinate of the center


OptionsOut

Ƭ OptionsOut: OptionsOut & { bounds: Rect ; connecttocenter: boolean ; endarc: number ; radius: number ; startarc: number ; sweeparc: number ; x: number ; y: number }

properties