lineTranslate property

List<double?>? lineTranslate
getter/setter pair

The geometry's offset. Values are x, y where negatives indicate left and up, respectively. Default value: 0,0.

Implementation

List<double?>? lineTranslate;