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