Skip to main content

KDrawPointsOption

kds-plugin-document / Exports / KDrawPointsOption

Interface: KDrawPointsOption

临时点绘制选项

The KDrawPointsOption class represents the option for Drawing temporary points.

Table of contents

Properties

Properties

color

Optional color: KColor

点的颜色

The points color. Default is { r: 0, g: 0, b: 0}.

Defined in

api.d.ts:4569


size

Optional size: number

点的尺寸

The points size. Default is 50.

Defined in

api.d.ts:4577