MapShapeBase.ArrangeOverride Method (Size)

 

Arranges the shape to fit on the map.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

protected override Size ArrangeOverride(
    Size finalSize
)
protected:
virtual Size ArrangeOverride(
    Size finalSize
) override
override ArrangeOverride : 
        finalSize:Size -> Size
Protected Overrides Function ArrangeOverride (
    finalSize As Size
) As Size

Parameters

Return Value

Type: System.Windows.Size

Returns the actual Size.

See Also

MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top