A www.Sockets4.NET class library

ImageCanvas Constructor (Image, Size)

Initializes a new instance of the Bitmap class from the specified existing image and with the specified size

public ImageCanvas(
   Image original,
   Size s
);

Parameters

original
The Image object from which to create the new ImageCanvas object.
s
The Size structure that represent the size of the new ImageCanvas.

See Also

ImageCanvas Class | Sockets4Images Namespace | ImageCanvas Constructor Overload List