シンタックス
'宣言
Public Overloads Function LogicalToDeviceUnits( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As C1.Framework.Thickness
'使用法
Dim instance As C1FlexViewerDialog
Dim left As System.Integer
Dim top As System.Integer
Dim right As System.Integer
Dim bottom As System.Integer
Dim value As C1.Framework.Thickness
value = instance.LogicalToDeviceUnits(left, top, right, bottom)
public C1.Framework.Thickness LogicalToDeviceUnits(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- left
- top
- right
- bottom
参照