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