()
| 193 | // Pixel snapping | 像素对齐 |
| 194 | |
| 195 | public get pixelSnapping(): boolean { |
| 196 | return this._pixelSnapping; |
| 197 | } |
| 198 | |
| 199 | public set pixelSnapping(value: boolean) { |
| 200 | if (this._pixelSnapping !== value) { |
nothing calls this directly
no test coverage detected