CSSValue Constructor(Int32,eCSSUnit)
Constructs the class with the specified unit type, and integer value.
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As eCSSUnit _
)
Parameters
- aValue
- The integer value to construct the class with.
- aUnit
- The unit type to construct the class with. Shold be Integer or Enumerated.