ImageArea Constructor |
Name | Description | |
---|---|---|
ImageArea(Single, Single, Single, Image) |
Creates an ImageElement from the specified System.Drawing.Image object that will be rendered at the position (x,y)
with the destWidth width and an auto detected height.
| |
ImageArea(Single, Single, Single, String) |
Creates an ImageElement from the specified file that will be rendered at the position (x,y)
with the destWidth width and an auto detected height.
| |
ImageArea(Single, Single, Single, Single, Image) |
Creates an ImageElement from the specified System.Drawing.Image object that will be rendered at the position (x,y)
with the (destWidth,destHeight) size.
| |
ImageArea(Single, Single, Single, Single, String) |
Creates an ImageElement from the specified file that will be rendered at the position (x,y)
with the (destWidth,destHeight) size.
|