ImageReprojectorReproject Method (Image, Size, Func) |
Namespace:
Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public virtual Stream Reproject(
Image image,
Size size,
Func targetToSource
)
Public Overridable Function Reproject (
image As Image,
size As Size,
targetToSource As Func
) As Stream
public:
virtual Stream^ Reproject(
Image^ image,
Size size,
Func^ targetToSource
)
abstract Reproject :
image : Image *
size : Size *
targetToSource : Func -> Stream
override Reproject :
image : Image *
size : Size *
targetToSource : Func -> Stream
Parameters
- image
- Type: System.DrawingImage
- size
- Type: System.DrawingSize
- targetToSource
- Type: SystemFuncT, TResult
Return Value
Type:
StreamSee Also