'宣言 Public Overloads Shared Function GetZoomedValue( _ ByVal originalValue As Integer, _ ByVal control As UltraControlBase, _ Optional ByVal scaleDown As Boolean _ ) As Integer
public static int GetZoomedValue( int originalValue, UltraControlBase control, bool scaleDown )