Skip to main content

CircularAreaUnwindAnimation.CreateAnimatedClipBounds(Rect, Double) Method

For internal use only.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public virtual Rect CreateAnimatedClipBounds(
    Rect clipBounds,
    double progress
)

#Parameters

Name Type
clipBounds Rect
progress Double

#Returns

Type
Rect

#Implements

DevExpress.Xpf.Charts.Native.IUnwindAnimation.CreateAnimatedClipBounds(Rect, Double)
See Also