Gjsify LogoGjsify Logo

GooCanvasAnchorType is used to specify the positions of objects relative to a particular anchor point.

Index

Enumeration Members

CENTER: number

the anchor is in the center of the object.

E: number

see GOO_CANVAS_ANCHOR_EAST.

EAST: number

the anchor is on the right of the object, centered vertically.

N: number

see GOO_CANVAS_ANCHOR_NORTH.

NE: number

see GOO_CANVAS_ANCHOR_NORTH_EAST.

NORTH: number

the anchor is at the top of the object, centered horizontally.

NORTH_EAST: number

the anchor is at the top-right of the object.

NORTH_WEST: number

the anchor is at the top-left of the object.

NW: number

see GOO_CANVAS_ANCHOR_NORTH_WEST.

S: number

see GOO_CANVAS_ANCHOR_SOUTH.

SE: number

see GOO_CANVAS_ANCHOR_SOUTH_EAST.

SOUTH: number

the anchor is at the bottom of the object, centered horizontally.

SOUTH_EAST: number

the anchor is at the bottom-right of the object.

SOUTH_WEST: number

the anchor is at the bottom-left of the object.

SW: number

see GOO_CANVAS_ANCHOR_SOUTH_WEST.

W: number

see GOO_CANVAS_ANCHOR_WEST.

WEST: number

the anchor is on the left of the object, centered vertically.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method