'宣言 Public Shared Function Create( _ ByVal line As Line, _ ByVal dpi As System.Double, _ ByVal units As UnitTypeEnum _ ) As BorderSide
'使用法 Dim line As Line Dim dpi As System.Double Dim units As UnitTypeEnum Dim value As BorderSide value = BorderSide.Create(line, dpi, units)
public static BorderSide Create( Line line, System.double dpi, UnitTypeEnum units )
パラメータ
- line
- The line in C1Document.
- dpi
- The horizontal and vertical resolution.
- units
- Target units.
戻り値の型
Created BorderSide object.