'Declaration Public Function New( _
ByVal drawingContextThe drawing context.As System.Windows.Media.DrawingContext, _
ByVal colorMarkRectangleThe rectangle, where the color mark must be drawn.As System.Windows.Rect, _
ByVal colorMarkColorColor of the color mark.As System.Windows.Media.Color, _
ByVal focusedImageViewerMarkRectThe rectangle, where the focused image viewer color mark must be drawn.As System.Windows.Rect, _
ByVal focusedImageViewerColorMarkThe color of focused image viewer mark.As System.Windows.Media.Color _
)
public WpfColorMarkPaintingEventArgs(
System.Windows.Media.DrawingContext drawingContext,
System.Windows.Rect colorMarkRectangle,
System.Windows.Media.Color colorMarkColor,
System.Windows.Rect focusedImageViewerMarkRect,
System.Windows.Media.Color focusedImageViewerColorMark
)
public: WpfColorMarkPaintingEventArgs(
System.Windows.Media.DrawingContext drawingContext,
System.Windows.Rect* colorMarkRectangle,
System.Windows.Media.Color* colorMarkColor,
System.Windows.Rect* focusedImageViewerMarkRect,
System.Windows.Media.Color* focusedImageViewerColorMark
)
public:
WpfColorMarkPaintingEventArgs(
System.Windows.Media.DrawingContext drawingContext,
System.Windows.Rect^ colorMarkRectangle,
System.Windows.Media.Color^ colorMarkColor,
System.Windows.Rect^ focusedImageViewerMarkRect,
System.Windows.Media.Color^ focusedImageViewerColorMark
)
Parameters
- drawingContext
- The drawing context.
- 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.