VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools Namespace / WpfColorMarkPaintingEventArgs Class / WpfColorMarkPaintingEventArgs Constructor(DrawingContext,Rect,Color,Rect,Color)
Syntax Requirements SeeAlso
In This Topic
WpfColorMarkPaintingEventArgs Constructor(DrawingContext,Rect,Color,Rect,Color)
In This Topic
Initializes a new instance of the WpfColorMarkPaintingEventArgs class.
Syntax
'Declaration

Public Function New( _
ByVal drawingContext
The drawing context.
As System.Windows.Media.DrawingContext, _
ByVal colorMarkRectangle
The rectangle, where the color mark must be drawn.
As System.Windows.Rect, _
ByVal colorMarkColor
Color of the color mark.
As System.Windows.Media.Color, _
ByVal focusedImageViewerMarkRect
The rectangle, where the focused image viewer color mark must be drawn.
As System.Windows.Rect, _
ByVal focusedImageViewerColorMark
The color of focused image viewer mark.
As System.Windows.Media.Color _
)

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.
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