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