Back to Devexpress

CircularMarkerAnimationBase.CreateAnimatedMarkerBounds(Rect, Rect, Double) Method

wpf-devexpress-dot-xpf-dot-charts-dot-circularmarkeranimationbase-dot-createanimatedmarkerbounds-x28-system-dot-windows-dot-rect-system-dot-windows-dot-rect-system-dot-double-x29.md

latest1.6 KB
Original Source

CircularMarkerAnimationBase.CreateAnimatedMarkerBounds(Rect, Rect, Double) Method

For internal use only.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public virtual Rect CreateAnimatedMarkerBounds(
    Rect markerBounds,
    Rect viewport,
    double progress
)
vb
Public Overridable Function CreateAnimatedMarkerBounds(
    markerBounds As Rect,
    viewport As Rect,
    progress As Double
) As Rect

Parameters

NameType
markerBoundsRect
viewportRect
progressDouble

Returns

Type
Rect

See Also

CircularMarkerAnimationBase Class

CircularMarkerAnimationBase Members

DevExpress.Xpf.Charts Namespace