Skip to main content
A newer version of this page is available. .

SplashScreenManager.ShowImage(Image, Boolean, Boolean, SplashFormStartPosition, Point, ICustomImagePainter, Int32, Boolean) Method

Displays an image as a splash form. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public static void ShowImage(
    Image image,
    bool useFadeIn,
    bool useFadeOut,
    SplashFormStartPosition startPos,
    Point location,
    ICustomImagePainter painter,
    int pendingTime,
    bool allowUseInDT
)

Parameters

Name Type
image Image
useFadeIn Boolean
useFadeOut Boolean
startPos SplashFormStartPosition
location Point
painter DevExpress.XtraSplashScreen.ICustomImagePainter
pendingTime Int32
allowUseInDT Boolean
See Also