GraphOffset constructor

GraphOffset(
  1. double x,
  2. double y
)

Creates a GraphOffset with the specified x and y coordinates.

Implementation

GraphOffset(this.x, this.y);