'宣言 Public Shared Function ToPixelsY( _ ByVal context As IC1TextMeasurementContext, _ ByVal value As System.Double, _ ByVal valueUnits As UnitTypeEnum _ ) As System.Double
'使用法 Dim context As IC1TextMeasurementContext Dim value As System.Double Dim valueUnits As UnitTypeEnum Dim value As System.Double value = C1TextMeasurementContextExt.ToPixelsY(context, value, valueUnits)
public static System.double ToPixelsY( IC1TextMeasurementContext context, System.double value, UnitTypeEnum valueUnits )
パラメータ
- context
- Defines context which can be used to measure the text.
- value
- The value to convert in valueUnits units.
- valueUnits
- The source unit of measurement.
戻り値の型
The vertical resolution value converted to pixels with specified DPI.