点击或拖拽改变大小

GeoConversionHelper 类

SMap的几何图形转换到WPF的几何图形
继承层次
SystemObject
  System.Windows.MediaGeoConversionHelper

命名空间:  System.Windows.Media
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public class GeoConversionHelper

The GeoConversionHelper type exposes the following members.

构造函数
  名称说明
公共方法GeoConversionHelper
初始化 GeoConversionHelper 类的一个新实例
Top
方法
  名称说明
公共方法静态成员GeoBeelineToPathFigure
SMap的几何图形转换到WPF的几何图形
公共方法静态成员GeoBezierCurveToPathFigure
SMap的几何图形转换到WPF的几何图形
公共方法静态成员GeoBoundingBoxToPathFigure
SMap的几何图形转换到WPF的几何图形
公共方法静态成员GeoCircleToPathFigure
ICircle转化为GraphicsPath
公共方法静态成员GeoCircularArcToPathFigure
SMap的几何图形转换到WPF的几何图形
公共方法静态成员GeoEllipticArcToPathFigure
SMap的几何图形转换到WPF的几何图形
公共方法静态成员GeoGeometryToPathGeometry
IGeometry转化为GraphicsPath
公共方法静态成员GeoMultiPathToPathGeometry
IMultiPath转化为GraphicsPath
公共方法静态成员GeoMultiPolygonToPathGeometry
IMultiPolygon转化为GraphicsPath
公共方法静态成员GeoPathToPathFigure
SMap的几何图形转换到WPF的几何图形
公共方法静态成员GeoPolygonToPathGeometry
IPolygon转化为GraphicsPath
公共方法静态成员GeoRingToPathFigure
IRing转化为GraphicsPath
Top
字段
  名称说明
公共字段静态成员CONST_GUI_Tolerance_Radius
GUI容差半径(当图形映射到UI上时,尺寸小于容差则不绘制。)
Top
参见