Set volume's border colour. If not set, uses
DicomViewer.BackColour
'Declaration
Public Sub SetBorderColour( _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal 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)
Parameters
- Top
- Top border colour
- Bottom
- Bottom border colour
- Left
- Left border colour
- Right
- Right border colour
Target Platforms: .NET CLR 3.5 or higher