RasterImage Constructor (original) (raw)
Summary
This constructor is required by ISerializable.
Overload List
Overload | Description |
---|---|
RasterImage(RasterImage) | Constructs a new RasterImage from the specified existing RasterImage object. |
RasterImage(RasterMemoryFlags,int,int,int,RasterByteOrder,RasterViewPerspective,RasterColor[],byte[],int) | Constructs a new RasterImage object using the specified parameters and optional managed memory. |
RasterImage(RasterMemoryFlags,int,int,int,RasterByteOrder,RasterViewPerspective,RasterColor[],IntPtr,long) | Constructs a new RasterImage object using the specified parameters and optional unmanaged memory. |
RasterImage(RasterMemoryFlags,Int32,Int32,Int32,RasterByteOrder,RasterViewPerspective,RasterColor[]) | Constructs a new RasterImage object using the specified parameters and optional managed memory. |
RasterImage(SerializationInfo,StreamingContext) | This constructor is required by ISerializable. |
Requirements
See Also
Leadtools Assembly