'Declaration <ExtensionAttribute()> Public Overloads Shared Sub Draw( _
ByVal imageThe image to draw.As VintasoftImage, _
ByVal graphicsThe System.Drawing.Graphics object, where image must be drawn.As System.Drawing.Graphics, _
ByVal destRectRectangle structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle.As System.Drawing.RectangleF _
)
[Extension()] public static void Draw(
VintasoftImage image,
System.Drawing.Graphics graphics,
System.Drawing.RectangleF destRect
)
[Extension()] public: static void Draw(
VintasoftImage* image,
System.Drawing.Graphics* graphics,
System.Drawing.RectangleF* destRect
)
[Extension()] public:
static void Draw(
VintasoftImage^ image,
System.Drawing.Graphics^ graphics,
System.Drawing.RectangleF^ destRect
)
Parameters
- image
- The image to draw.
- graphics
- The System.Drawing.Graphics object, where image must be drawn.
- destRect
- Rectangle structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle.