Click or drag to resize

SvgClipPathGetClipRegion Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets this SvgClipPath's region to be used as a clipping region.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Region GetClipRegion(
	SvgVisualElement owner
)
Request Example View Source

Parameters

owner
Type: SvgSvgVisualElement

Return Value

Type: Region
A new Region containing the Region to be used for clipping.
See Also