Skip to main content

ImageRotationParams(Int32, Int32) Constructor

Initializes a new instance of the ImageRotationParams class with specified settings.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ImageRotationParams(
    int ticks,
    int duration
)

Parameters

Name Type
ticks Int32
duration Int32
See Also