Click or drag to resize

ImageArea Constructor

Overload List
  NameDescription
Public methodImageArea(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.
Public methodImageArea(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.
Public methodImageArea(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.
Public methodImageArea(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.
Top
See Also