'Declaration
Public Function IsSet( _ ByVal attr As Pen.Attributes _ ) As Boolean
'Usage
Dim instance As Pen Dim attr As Pen.Attributes Dim value As Boolean value = instance.IsSet(attr)
public bool IsSet( Pen.Attributes attr )
Parameters
- attr
- The attribute(s) to verify.
Return Value
true
if the specified attribute(s) is set; otherwise, false
.