GeoConversionHelperGeoMultiPathToPathGeometry 方法 |
IMultiPath转化为GraphicsPath
命名空间:
System.Windows.Media
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static int GeoMultiPathToPathGeometry(
PathGeometry path,
IDisplay pDisplay,
IMultiPath pMultiPath,
double dOffsetX,
double dOffsetY
)
Public Shared Function GeoMultiPathToPathGeometry (
path As PathGeometry,
pDisplay As IDisplay,
pMultiPath As IMultiPath,
dOffsetX As Double,
dOffsetY As Double
) As Integer
public:
static int GeoMultiPathToPathGeometry(
PathGeometry^ path,
IDisplay^ pDisplay,
IMultiPath^ pMultiPath,
double dOffsetX,
double dOffsetY
)
static member GeoMultiPathToPathGeometry :
path : PathGeometry *
pDisplay : IDisplay *
pMultiPath : IMultiPath *
dOffsetX : float *
dOffsetY : float -> int
参数
- path
- 类型: System.Windows.MediaPathGeometry
WPF的几何图形 - pDisplay
- 类型: GISShare.SMap.WPF.ViewIDisplay
视图 - pMultiPath
- 类型: GISShare.SMap.GeometryIMultiPath
多线 - dOffsetX
- 类型: SystemDouble
偏移量 X - dOffsetY
- 类型: SystemDouble
偏移量 Y
返回值
类型:
Int32返回有效的构建数
参见