In This Topic
Set volume's border colour. If not set, uses
DicomViewer.BackColour
Syntax
'Declaration
Public Sub SetBorderColour( _
ByVal As System.Drawing.Color, _
ByVal As System.Drawing.Color, _
ByVal As System.Drawing.Color, _
ByVal As System.Drawing.Color _
)
'Usage
Dim instance As DicomVolume
Dim Top As System.Drawing.Color
Dim Bottom As System.Drawing.Color
Dim Left As System.Drawing.Color
Dim Right As System.Drawing.Color
instance.SetBorderColour(Top, Bottom, Left, Right)
public void SetBorderColour(
System.Drawing.Color ,
System.Drawing.Color ,
System.Drawing.Color ,
System.Drawing.Color
)
public procedure SetBorderColour(
: System.Drawing.Color;
: System.Drawing.Color;
: System.Drawing.Color;
: System.Drawing.Color
);
public function SetBorderColour(
: System.Drawing.Color,
: System.Drawing.Color,
: System.Drawing.Color,
: System.Drawing.Color
);
public: void SetBorderColour(
System.Drawing.Color ,
System.Drawing.Color ,
System.Drawing.Color ,
System.Drawing.Color
)
public:
void SetBorderColour(
System.Drawing.Color ,
System.Drawing.Color ,
System.Drawing.Color ,
System.Drawing.Color
)
Parameters
- Top
- Top border colour
- Bottom
- Bottom border colour
- Left
- Left border colour
- Right
- Right border colour
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also