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



SetBorderColour Method
Set volume's border colour. If not set, uses DicomViewer.BackColour
Syntax
public void SetBorderColour( 
   Color Top,
   Color Bottom,
   Color Left,
   Color Right
)
public:
void SetBorderColour( 
   Color Top,
   Color Bottom,
   Color Left,
   Color Right
) 
'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)

Parameters

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

Target Platforms: .NET CLR 3.5 or higher

See Also