Static helper class that provides convenience access to Pen instances that have a default thickness of 1.0d and are frozen for each of the brushes available in Brushes.

Namespace: yWorks.Canvas.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
public static class Pens
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
Public NotInheritable Class Pens

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Drawing..::..Pens

See Also