MobileForms Toolkit Documentation

GraphicsEx.DrawImageEx Method

Draws the specified portion of the specified Image at the specified location and with the specified size.

Overload List

Draws the specified portion of the specified Image at the specified location and with the specified size.

public static void DrawImageEx(Graphics,Image,Rectangle,Rectangle);

Draws the specified portion of the specified Image at the specified location and with the specified size.

public static void DrawImageEx(Graphics,Image,Rectangle,Rectangle,ImageAttributes);

Draws the specified portion of the specified Image at the specified location and with the specified size.

public static void DrawImageEx(Graphics,Image,Rectangle,Rectangle,int);

Draws the specified portion of the specified Image at the specified location and with the specified size.

public static void DrawImageEx(Graphics,Image,Rectangle,int,int,int,int,ImageAttributes);

Draws the specified image, using its original physical size, at the location specified by a coordinate pair.

public static void DrawImageEx(Graphics,Image,int,int);

Draws a portion of an image at a specified location.

public static void DrawImageEx(Graphics,Image,int,int,Rectangle);

raws the specified image, using its original physical size, at the location specified by a coordinate pair.

public static void DrawImageEx(Graphics,Image,int,int,int);

See Also

GraphicsEx Class | Resco.Drawing Namespace