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



In This Topic
    BorderPaint Property
    In This Topic
    The Paint object for Image border
    Syntax
    'Declaration
     
    
    Public Property BorderPaint As SkiaSharp.SKPaint
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As SkiaSharp.SKPaint
     
    instance.BorderPaint = value
     
    value = instance.BorderPaint
    public SkiaSharp.SKPaint BorderPaint {get; set;}
    public:
    property SkiaSharp.SKPaint^ BorderPaint {
       SkiaSharp.SKPaint^ get();
       void set (    SkiaSharp.SKPaint^ value);
    }
    Remarks
    User defined Paint object for drawing the Image border. The default color is transparent and width is zero. If set to null, this property will be reset to transparent.
    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