Type alias ScaleOptions

ScaleOptions: {
    backgroundColor?: string;
    offset?: Point;
    scaleColor?: string;
    visible?: boolean;
}

縮尺表示指定オプション

Type declaration

  • Optional backgroundColor?: string

    背景色

  • Optional offset?: Point

    規定位置(左下)からのずらし幅

  • Optional scaleColor?: string

    スケールの色

  • Optional visible?: boolean

    表示状態設定(デフォルトはtrue)