点击或拖拽改变大小

GeoConversionHelperGeoCircularArcToPathFigure 方法

SMap的几何图形转换到WPF的几何图形

命名空间:  System.Windows.Media
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public static int GeoCircularArcToPathFigure(
	PathFigure path,
	IDisplay pDisplay,
	ICircularArc pCircularArc,
	double dOffsetX,
	double dOffsetY
)

参数

path
类型: System.Windows.MediaPathFigure
一个空的GraphicsPath
pDisplay
类型: GISShare.SMap.WPF.ViewIDisplay
视图
pCircularArc
类型: GISShare.SMap.GeometryICircularArc
圆弧
dOffsetX
类型: SystemDouble
偏移量 X
dOffsetY
类型: SystemDouble
偏移量 Y

返回值

类型: Int32
返回有效的构建数
参见