'Declaration Protected Overridable Sub DrawImageForegroundAppearance( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal graphicsThe graphics, where image foreground must be drawn.As System.Drawing.Graphics, _
ByVal imageWindowRectThe image window rect.As System.Drawing.RectangleF, _
ByVal imageRectThe image rect.As System.Drawing.RectangleF, _
ByVal isImageFocusedA value indicating whether the image is focused.As Boolean _
)
protected virtual void DrawImageForegroundAppearance(
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.Graphics graphics,
System.Drawing.RectangleF imageWindowRect,
System.Drawing.RectangleF imageRect,
bool isImageFocused
)
protected: virtual void DrawImageForegroundAppearance(
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.Graphics* graphics,
System.Drawing.RectangleF* imageWindowRect,
System.Drawing.RectangleF* imageRect,
bool isImageFocused
)
protected:
virtual void DrawImageForegroundAppearance(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.Graphics^ graphics,
System.Drawing.RectangleF^ imageWindowRect,
System.Drawing.RectangleF^ imageRect,
bool isImageFocused
)
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.