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 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
- A LineDef to compare to the current one.
戻り値の型
true if the two lines have same styles, false otherwise.