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