PrintDocument for WinForms
IsSameStyle メソッド (LineDef)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > LineDef クラス : IsSameStyle メソッド
A LineDef to compare to the current one.
Tests whether the current and another LineDef objects define same line styles - i.e. whether the values of LineDef.Color, LineDef.BackColor, LineDef.DashStyle and LineDef.DashPattern properties are the same. Note that this method does NOT compare the lines' widths.
シンタックス
'宣言
 
Public Function IsSameStyle( _
   ByVal line As LineDef _
) As System.Boolean
'使用法
 
Dim instance As LineDef
Dim line As LineDef
Dim value As System.Boolean
 
value = instance.IsSameStyle(line)
public System.bool IsSameStyle( 
   LineDef line
)

パラメータ

line
A LineDef to compare to the current one.

戻り値の型

true if the two lines have same styles, false otherwise.
参照

LineDef クラス
LineDef メンバ