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
)
Public Function Transform (
pointLT As Point,
pointRT As Point,
pointRB As Point,
pointLB As Point,
isBilinear As Boolean
) As BitmapDataBag
public:
BitmapDataBag^ Transform(
Point pointLT,
Point pointRT,
Point pointRB,
Point pointLB,
bool isBilinear
)
member Transform :
pointLT : Point *
pointRT : Point *
pointRB : Point *
pointLB : Point *
isBilinear : bool -> BitmapDataBag
参数
- pointLT
- 类型: System.WindowsPoint
左上角坐标 - pointRT
- 类型: System.WindowsPoint
右上角坐标 - pointRB
- 类型: System.WindowsPoint
右下角坐标 - pointLB
- 类型: System.WindowsPoint
左下角坐标 - isBilinear
- 类型: SystemBoolean
返回值
类型:
BitmapDataBag输出配准BitmapDataBag
参见