ImageReprojectorDrawReprojectGrid 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
Syntaxpublic virtual Stream DrawReprojectGrid(
	Image image,
	Size size,
	Func targetToSource
)
Public Overridable Function DrawReprojectGrid ( 
	image As Image,
	size As Size,
	targetToSource As Func
) As Stream
public:
virtual Stream^ DrawReprojectGrid(
	Image^ image, 
	Size size, 
	Func^ targetToSource
)
abstract DrawReprojectGrid : 
        image : Image * 
        size : Size * 
        targetToSource : Func -> Stream 
override DrawReprojectGrid : 
        image : Image * 
        size : Size * 
        targetToSource : Func -> Stream Parameters
- image
 - Type: System.DrawingImage
 - size
 - Type: System.DrawingSize
 - targetToSource
 - Type: SystemFuncT, TResult
 
Return Value
Type: 
Stream
See Also