Converts the dimensions of the rectangle using DPI values.
シンタックス
'宣言
Protected Function Convert( _
ByVal As Rect, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
) As Rect
'使用法
Dim instance As C1ExportGraphicsBase
Dim value As Rect
Dim fromDpiX As System.Double
Dim fromDpiY As System.Double
Dim toDpiX As System.Double
Dim toDpiY As System.Double
Dim value As Rect
value = instance.Convert(value, fromDpiX, fromDpiY, toDpiX, toDpiY)
protected Rect Convert(
Rect ,
System.double ,
System.double ,
System.double ,
System.double
)
パラメータ
- value
- The C1.Interop.Rect to convert.
- fromDpiX
- The original horizontal DPI value.
- fromDpiY
- The original vertical DPI value.
- toDpiX
- The resulting horizontal DPI value.
- toDpiY
- The resulting vertical DPI value.
参照