BitmapDataBagTransform 方法 |
输出配准BitmapDataBag
命名空间:
System.Drawing
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public BitmapDataBag Transform(
PointF pointLT,
PointF pointRT,
PointF pointRB,
PointF pointLB,
bool isBilinear
)
Public Function Transform (
pointLT As PointF,
pointRT As PointF,
pointRB As PointF,
pointLB As PointF,
isBilinear As Boolean
) As BitmapDataBag
public:
BitmapDataBag^ Transform(
PointF pointLT,
PointF pointRT,
PointF pointRB,
PointF pointLB,
bool isBilinear
)
member Transform :
pointLT : PointF *
pointRT : PointF *
pointRB : PointF *
pointLB : PointF *
isBilinear : bool -> BitmapDataBag
参数
- pointLT
- 类型: System.DrawingPointF
左上角坐标 - pointRT
- 类型: System.DrawingPointF
右上角坐标 - pointRB
- 类型: System.DrawingPointF
右下角坐标 - pointLB
- 类型: System.DrawingPointF
左下角坐标 - isBilinear
- 类型: SystemBoolean
返回值
类型:
BitmapDataBag输出配准BitmapDataBag
参见