FlexReport for WinForms
Create メソッド (BorderSide)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > BorderSide 構造体 : Create メソッド
The line in C1Document.
The horizontal and vertical resolution.
Target units.
Creates BorderSide object.
シンタックス
'宣言
 
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.
参照

参照

BorderSide 構造体
BorderSide メンバ