'Declaration Public Function New( _
ByVal graphicsThe graphics.As System.Drawing.Graphics, _
ByVal colorMarkRectangleThe rectangle, where the color mark must be drawn.As System.Drawing.RectangleF, _
ByVal colorMarkColorColor of the color mark.As System.Drawing.Color, _
ByVal focusedImageViewerMarkRectThe rectangle, where the focused image viewer color mark must be drawn.As System.Drawing.RectangleF, _
ByVal focusedImageViewerColorMarkThe color of focused image viewer mark.As System.Drawing.Color _
)
public ColorMarkPaintingEventArgs(
System.Drawing.Graphics graphics,
System.Drawing.RectangleF colorMarkRectangle,
System.Drawing.Color colorMarkColor,
System.Drawing.RectangleF focusedImageViewerMarkRect,
System.Drawing.Color focusedImageViewerColorMark
)
Parameters
- graphics
- The graphics.
- colorMarkRectangle
- The rectangle, where the color mark must be drawn.
- colorMarkColor
- Color of the color mark.
- focusedImageViewerMarkRect
- The rectangle, where the focused image viewer color mark must be drawn.
- focusedImageViewerColorMark
- The color of focused image viewer mark.