VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / ColorMarkPaintingEventArgs Class / ColorMarkPaintingEventArgs Constructor(Graphics,RectangleF,Color,RectangleF,Color)
Syntax Requirements SeeAlso
In This Topic
    ColorMarkPaintingEventArgs Constructor(Graphics,RectangleF,Color,RectangleF,Color)
    In This Topic
    Initializes a new instance of the ColorMarkPaintingEventArgs class.
    Syntax

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

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also