Class: ImageStyle

ImageStyle

自定义图形要素风格类。用于设置自定义图形要素的中心点、偏移量、大小,自定义图形要素的类型为 HTMLImageElement。

new ImageStyle(options)

Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.ImageStyle(options);
  
  // 弃用的写法
  L.supermap.imageStyle(options);
  
</script>

// ES6 Import
import { ImageStyle } from '@supermapgis/iclient-leaflet';

new ImageStyle(options);

leaflet/overlay/graphic/ImageStyle.js, line 7
Name Type Description
options Object

参数。

Name Type Default Description
img HTMLImageElement

image 对象。

origin Array.<number> [0.0] 可选

中心点。

anchor Array 可选

偏移量。

size Array 可选

图形大小,即高度和宽度 [width,height]。

radius Array 可选

半径。

weight Array 可选

宽度。

Extends

Methods

getStyle()

leaflet/overlay/graphic/ImageStyle.js, line 41

获取样式。