SizeAllocated Method (C1Gauge)
In This Topic
Syntax
'Declaration
Protected Sub SizeAllocated( _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim instance As C1Gauge
Dim width As Double
Dim height As Double
instance.SizeAllocated(width, height)
protected void SizeAllocated(
double ,
double
)
Parameters
- width
- height
See Also