PowerTools ActiveReports for .NET 11.0J
Line コンストラクタ(Color,Int32,LineStyle)

線の色を指定します。
線の太さを指定します。
LineStyleを指定します。
色、太さ、スタイルを指定して、Lineクラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal color As Color, _
   ByVal weight As Integer, _
   ByVal style As LineStyle _
)
public Line( 
   Color color,
   int weight,
   LineStyle style
)

パラメータ

color
線の色を指定します。
weight
線の太さを指定します。
style
LineStyleを指定します。
参照

関連項目

Line クラス
Line メンバ
オーバーロード一覧

 

 


©2003-2017 GrapeCity inc. All rights reserved.