Overload List
| Name | Description | |
|---|---|---|
| ImageShape()()()() |
Creates a new ImageShape.
| |
| ImageShape(Bitmap) |
Create a new ImageShape from a System.Drawing.Bitmap.
This constructor allows you to draw to a GDI+ surface and pass it to the ImageShape
class without intermediate, temporary file.
| |
| ImageShape(Stream) |
Create a new ImageShape from a stream of binary data.
| |
| ImageShape(String) |
Create a new image shape from a relative or virtual path.
| |
| ImageShape(Bitmap, Boolean) |
Create a new ImageShape from a System.Drawing.Bitmap.
This constructor allows you to draw to a GDI+ surface and pass it to the ImageShape
class without intermediate, temporary file.
| |
| ImageShape(Bitmap, Int32) |
Create a new ImageShape from a System.Drawing.Bitmap and select a frame index.
This constructor allows you to draw to a GDI+ surface and pass it to the ImageShape
class without intermediate, temporary file.
| |
| ImageShape(SerializationInfo, StreamingContext) |
ImageShape constructor for serialization purposes.
| |
| ImageShape(String, Int32) |
Create a new image shape from a relative, absolute or virtual path.
| |
| ImageShape(Bitmap, Int32, Boolean) |
Create a new ImageShape from a System.Drawing.Bitmap and select a frame index.
This constructor allows you to draw to a GDI+ surface and pass it to the ImageShape
class without intermediate, temporary file.
| |
| ImageShape(Stream, Int32, Boolean) |
Create a new ImageShape from a stream of binary data.
|