点击或拖拽改变大小

BitmapDataBagTransform 方法

输出配准BitmapDataBag

命名空间:  System.Windows.Media.Imaging
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public BitmapDataBag Transform(
	Point pointLT,
	Point pointRT,
	Point pointRB,
	Point pointLB,
	bool isBilinear
)

参数

pointLT
类型: System.WindowsPoint
左上角坐标
pointRT
类型: System.WindowsPoint
右上角坐标
pointRB
类型: System.WindowsPoint
右下角坐标
pointLB
类型: System.WindowsPoint
左下角坐标
isBilinear
类型: SystemBoolean

返回值

类型: BitmapDataBag
输出配准BitmapDataBag
参见