Overload List
Overload | Description |
RasterImage Constructor(SerializationInfo,StreamingContext) | This constructor is required by System.Runtime.Serialization.ISerializable. |
RasterImage Constructor(RasterMemoryFlags,Int32,Int32,Int32,RasterByteOrder,RasterViewPerspective,RasterColor[]) | Constructs a new RasterImage object using the specified parameters and optional managed memory. |
RasterImage Constructor(RasterMemoryFlags,Int32,Int32,Int32,RasterByteOrder,RasterViewPerspective,RasterColor[],IntPtr,Int64) | Constructs a new RasterImage object using the specified parameters and optional unmanaged memory. |
RasterImage Constructor(RasterMemoryFlags,Int32,Int32,Int32,RasterByteOrder,RasterViewPerspective,RasterColor[],Byte[],Int32) | Constructs a new RasterImage object using the specified parameters and optional managed memory. |
RasterImage Constructor(RasterImage) | Constructs a new RasterImage from the specified existing RasterImage object. |
Requirements
See Also