Click or drag to resize

SvgPaintServerGetBrush 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 abstract Brush GetBrush(
	SvgVisualElement styleOwner,
	float opacity
)
Request Example View Source

Parameters

styleOwner
Type: SvgSvgVisualElement
The owner SvgVisualElement.
opacity
Type: SystemSingle
The opacity of the brush.

Return Value

Type: Brush
See Also