Click or drag to resize

PensCached Method

Gets a cached pen with the specified color and thickness

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Pen Cached(
	Color color,
	float thickness = 1f,
	DashStyle dashStyle = null
)

Parameters

color
Type: Eto.DrawingColor
Color of the cached pen to get
thickness (Optional)
Type: SystemSingle
Thickness of the cached pen to get
dashStyle (Optional)
Type: Eto.DrawingDashStyle
Dash Style for the pen

Return Value

Type: Pen

[Missing <returns> documentation for "M:Eto.Drawing.Pens.Cached(Eto.Drawing.Color,System.Single,Eto.Drawing.DashStyle)"]

See Also