Gauge for WinRT
OffsetToThickness Method (C1Gauge)

Logical offset
Axis in which calculate the offset.
Converts a logical offset value to width in the screen.
Syntax
'Declaration
 
Public MustOverride Function OffsetToThickness( _
   ByVal offset As System.Double, _
   ByVal axis As C1GaugeAxis _
) As System.Double
public abstract System.double OffsetToThickness( 
   System.double offset,
   C1GaugeAxis axis
)

Parameters

offset
Logical offset
axis
Axis in which calculate the offset.

Return Value

The value in pixels.
See Also

Reference

C1Gauge Class
C1Gauge Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback