Click or drag to resize
AB4D logo

SvgDrawingArrangeOverride Method

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
protected override Size ArrangeOverride(
	Size finalSize
)

Parameters

finalSize
Type: System.WindowsSize
The final area within the parent that this element should use to arrange itself and its children.

Return Value

Type: Size
The actual size used.
See Also