DotColor Member Details
|
|
|
|
DotColor Public Enumerations
|
|
|
|
|
|
DotColor Constructors
|
New
|
|
The Plain-Vanilla Constructor |
Public Sub New()
|
Remarks:
|
|
|
Parameters:
|
|
|
|
New
|
|
Instantiates a DotColor Based on a given System.Drawing.Color |
Public Sub New(ByVal Colval As Color)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
Colval
As
Color
|
|
New
|
|
Instantiates a DotColor Based on a given ARGB Integer |
Public Sub New(ByVal ARGBval As Int32)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
ARGBval
As
Int32
|
|
|
|
|
|
|
DotColor Public Properties
|
ARGB
|
|
ARGB definition of the Color of this Line of Identity |
Category: Appearance |
Public Property ARGB() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
Color
|
|
The Color of this Line of Identity |
Category: Appearance |
Public Property Color() As Color
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Color |
|
Hex
|
|
Hexadecimal of ARGB definition of the Color of this Line of Identity |
Category: Appearance |
Public ReadOnly Property Hex() As String
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String |
|
|
|
|
|
|
DotColor Public Methods
|
IntToHex
|
|
Zero-fills Hex String for Number to at least Places places |
Public Shared Function IntToHex(ByVal Number As Int32, ByVal Places As Int32) As String
|
Remarks:
|
|
Might be used whenever a Zero-filled Hex String is required |
Parameters:
|
|
ByVal
Number
As
Int32
ByVal
Places
As
Int32
|
Return Value:
|
|
String |
|
|
|
|
|
|
|
|