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

Target Platforms

See Also

RasterImage Class

RasterImage Members

Leadtools Assembly

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method