VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / DrawImageCore(VintasoftImage,RectangleF,RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
DrawImageCore(VintasoftImage,RectangleF,RectangleF) Method (DrawingEngine)
In This Topic
Draws the specified portion of the specified VintasoftImage at the specified rectangle.
Syntax
'Declaration

Protected MustOverride Sub DrawImageCore( _
ByVal image
The VintasoftImage to draw.
As Vintasoft.Imaging.VintasoftImage, _
ByVal destRect
The System.Drawing.RectangleF structure that specifies the location and size of the drawn image.
As System.Drawing.RectangleF, _
ByVal sourceRect
The System.Drawing.RectangleF structure that specifies the portion of the image to draw.
As System.Drawing.RectangleF _
)

Parameters

image
The VintasoftImage to draw.
destRect
The System.Drawing.RectangleF structure that specifies the location and size of the drawn image.
sourceRect
The System.Drawing.RectangleF structure that specifies the portion of the image to draw.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also