Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterImage Constructor
See Also 
Leadtools Namespace > RasterImage Class : RasterImage Constructor




Constructs a new RasterImage object using the specified parameters.

Overload List

OverloadDescription
RasterImage Constructor(Image) Constructs a new RasterImage from the specified existing GDI+ Image object.  
RasterImage Constructor(RasterImage) Constructs a new RasterImage from the specified existing RasterImage object.  
RasterImage Constructor(RasterMemoryFlags,Int32,Int32,Int32,RasterByteOrder,RasterViewPerspective,RasterColor[],IntPtr,Int32) Constructs a new RasterImage object using the specified parameters.  
RasterImage Constructor(SerializationInfo,StreamingContext) This constructor is required by ISerializable.  

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also