DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomVolume Class / SetBorderColour Method
Top border color.
Bottom border color.
Left border color.
Right border color.



In This Topic
    SetBorderColour Method
    In This Topic
    Sets the border colors for the volume sides.
    Syntax
    'Declaration
     
    
    Public Sub SetBorderColour( _
       ByVal Top As SkiaSharp.SKColor, _
       ByVal Bottom As SkiaSharp.SKColor, _
       ByVal Left As SkiaSharp.SKColor, _
       ByVal Right As SkiaSharp.SKColor _
    ) 
    'Usage
     
    
    Dim instance As DicomVolume
    Dim Top As SkiaSharp.SKColor
    Dim Bottom As SkiaSharp.SKColor
    Dim Left As SkiaSharp.SKColor
    Dim Right As SkiaSharp.SKColor
     
    instance.SetBorderColour(Top, Bottom, Left, Right)
    public void SetBorderColour( 
       SkiaSharp.SKColor Top,
       SkiaSharp.SKColor Bottom,
       SkiaSharp.SKColor Left,
       SkiaSharp.SKColor Right
    )
    public:
    void SetBorderColour( 
       SkiaSharp.SKColor Top,
       SkiaSharp.SKColor Bottom,
       SkiaSharp.SKColor Left,
       SkiaSharp.SKColor Right
    ) 

    Parameters

    Top
    Top border color.
    Bottom
    Bottom border color.
    Left
    Left border color.
    Right
    Right border color.
    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