Click or drag to resize

SvgPatternServerGetBrush Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets a Brush representing the current paint server.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public override Brush GetBrush(
	SvgVisualElement renderingElement,
	float opacity
)
Request Example View Source

Parameters

renderingElement
Type: SvgSvgVisualElement
opacity
Type: SystemSingle
The opacity of the brush.

Return Value

Type: Brush
See Also