DicomObjects.NET.V8
DicomObjects Namespace / DicomVolume Class / SetBorderColour Method
Top border colour
Bottom border colour
Left border colour
Right border colour



In This Topic
    SetBorderColour Method
    In This Topic
    Set volume's border colour. If not set, uses DicomViewer.BackColour
    Syntax
    'Declaration
     
    Public Sub SetBorderColour( _
       ByVal Top As Color, _
       ByVal Bottom As Color, _
       ByVal Left As Color, _
       ByVal Right As Color _
    ) 
    'Usage
     
    Dim instance As DicomVolume
    Dim Top As Color
    Dim Bottom As Color
    Dim Left As Color
    Dim Right As Color
     
    instance.SetBorderColour(Top, Bottom, Left, Right)
    public void SetBorderColour( 
       Color Top,
       Color Bottom,
       Color Left,
       Color Right
    )
    public:
    void SetBorderColour( 
       Color Top,
       Color Bottom,
       Color Left,
       Color Right
    ) 

    Parameters

    Top
    Top border colour
    Bottom
    Bottom border colour
    Left
    Left border colour
    Right
    Right border colour
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also