DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / CaptureBackColour Property



In This Topic
    CaptureBackColour Property
    In This Topic
    User defined background colour for image output of PrinterImage, SKBitmap and SubImage methods Default is Black background
    Syntax
    'Declaration
     
    
    Public Property CaptureBackColour As SkiaSharp.SKColor
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As SkiaSharp.SKColor
     
    instance.CaptureBackColour = value
     
    value = instance.CaptureBackColour
    public SkiaSharp.SKColor CaptureBackColour {get; set;}
    public:
    property SkiaSharp.SKColor CaptureBackColour {
       SkiaSharp.SKColor get();
       void set (    SkiaSharp.SKColor value);
    }
    Remarks
    Default is Black background
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also