'Declaration Public Function PixelsToCharacters( _ ByVal pixel As Integer _ ) As Double
'Declaration
Public Function PixelsToCharacters( _ ByVal pixel As Integer _ ) As Double
'使用法 Dim instance As UnitConverter Dim pixel As Integer Dim value As Double value = instance.PixelsToCharacters(pixel)
'使用法
Dim instance As UnitConverter Dim pixel As Integer Dim value As Double value = instance.PixelsToCharacters(pixel)
public double PixelsToCharacters( int pixel )
UnitConverter クラス UnitConverter メンバ
Copyright © 2004 GrapeCity inc.