'Declaration Protected Overridable Sub OnSizeAllocated( _ ByVal width As Double, _ ByVal height As Double _ )
'Declaration
Protected Overridable Sub OnSizeAllocated( _ ByVal width As Double, _ ByVal height As Double _ )
'Usage Dim instance As C1Gauge Dim width As Double Dim height As Double instance.OnSizeAllocated(width, height)
'Usage
Dim instance As C1Gauge Dim width As Double Dim height As Double instance.OnSizeAllocated(width, height)
protected virtual void OnSizeAllocated( double width, double height )
C1Gauge Class C1Gauge Members