Draws the specified portion of the specified Image at the specified location and with the specified size.
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);
GraphicsEx Class | Resco.Drawing Namespace