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



This constructor is required by ISerializable.

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,Int64) 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also