VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / DrawImageForegroundAppearance(VintasoftImage,Graphics,RectangleF,RectangleF,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
DrawImageForegroundAppearance(VintasoftImage,Graphics,RectangleF,RectangleF,Boolean) Method (ImageViewer)
In This Topic
Draws the foreground of image appearance.
Syntax
'Declaration

Protected Overridable Sub DrawImageForegroundAppearance( _
ByVal image
The image.
As Vintasoft.Imaging.VintasoftImage, _
ByVal graphics
The graphics, where image foreground must be drawn.
As System.Drawing.Graphics, _
ByVal imageWindowRect
The image window rect.
As System.Drawing.RectangleF, _
ByVal imageRect
The image rect.
As System.Drawing.RectangleF, _
ByVal isImageFocused
A value indicating whether the image is focused.
As Boolean _
)

Parameters

image
The image.
graphics
The graphics, where image foreground must be drawn.
imageWindowRect
The image window rect.
imageRect
The image rect.
isImageFocused
A value indicating whether the image is focused.
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