Back to Devexpress

SplashScreenManager.ShowImage Method

windowsforms-devexpress-dot-xtrasplashscreen-dot-splashscreenmanager-dot-showimage.md

latest9.9 KB
Original Source

SplashScreenManager.ShowImage Method

NameParametersDescription
ShowImage(SvgImage, Boolean, Boolean, ICustomImagePainter) staticsvgImage, useFadeIn, useFadeOut, painterDisplays a splash form that contains a vector image. Allows you to draw custom graphics over the splash image, and enable fade-in and fade-out effects.
ShowImage(SvgImage, Boolean, Boolean, SplashFormStartPosition, Point, ICustomImagePainter, Int32) staticsvgImage, useFadeIn, useFadeOut, startPos, location, painter, pendingTimeCreates a splash form with a vector image inside and displays this form after the specified delay. Allows you to draw custom graphics over the splash image, manually arrange it, and enable fade-in and fade-out effects.
ShowImage(SvgImage, Boolean, Boolean, SplashFormStartPosition, Point, ICustomImagePainter) staticsvgImage, useFadeIn, useFadeOut, startPos, location, painterDisplays a splash form that contains a vector image. Allows you to draw custom graphics over the splash image, manually arrange it, and enable fade-in and fade-out effects.
ShowImage(SvgImage, Boolean, Boolean, SplashFormStartPosition, Point) staticsvgImage, useFadeIn, useFadeOut, startPos, locationDisplays a splash form that contains a vector image. Allows you to manually arrange this splash form.
ShowImage(SvgImage, Boolean, Boolean) staticsvgImage, useFadeIn, useFadeOutDisplays a vector image as a splash form with optional fade-in and fade-out effects.
ShowImage(SvgImage, Boolean) staticsvgImage, useFadeInDisplays a vector image with an optional fade in effect.
ShowImage(SvgImage, Size, Boolean, Boolean, ICustomImagePainter) staticsvgImage, imageSize, useFadeIn, useFadeOut, painterDisplays a splash form that contains a vector image. Allows you to draw custom graphics over the splash image, resize the image, and enable fade-in and fade-out effects.
ShowImage(SvgImage, Size, Boolean, Boolean, SplashFormStartPosition, Point, ICustomImagePainter, Int32) staticsvgImage, imageSize, useFadeIn, useFadeOut, startPos, location, painter, pendingTimeCreates a splash form with a vector image inside and displays this form after the specified delay. Allows you to draw custom graphics over the splash image, resize and manually arrange it, and enable fade-in and fade-out effects.
ShowImage(SvgImage, Size, Boolean, Boolean, SplashFormStartPosition, Point, ICustomImagePainter) staticsvgImage, imageSize, useFadeIn, useFadeOut, startPos, location, painterDisplays a splash form that contains a vector image. Allows you to draw custom graphics over the splash image, resize and manually arrange it, and enable fade-in and fade-out effects.
ShowImage(SvgImage, Size, Boolean, Boolean, SplashFormStartPosition, Point) staticsvgImage, imageSize, useFadeIn, useFadeOut, startPos, locationDisplays a splash form that contains a vector image. Allows you to manually arrange this splash form, resize the image, and enable fade-in and fade-out effects.
ShowImage(SvgImage, Size, Boolean, Boolean) staticsvgImage, imageSize, useFadeIn, useFadeOutDisplays a vector image as a splash form, centering the image against your application’s main form. Allows you to disable fade-in and fade-out effects for the image.
ShowImage(SvgImage, Size, Boolean) staticsvgImage, imageSize, useFadeInResizes an image and shows it as a splash form with an optional fade-in effect.
ShowImage(SvgImage, Size) staticsvgImage, imageSizeResizes the target vector image and shows it as a splash form.
ShowImage(SvgImage) staticsvgImageDisplays a vector image as a splash form, centering the image against your application’s main form.
ShowImage(Image, Boolean, Boolean, ICustomImagePainter) staticimage, useFadeIn, useFadeOut, painter

Displays an image as a splash form, centering the image against your application’s main form. Allows you to disable fade-in and fade-out effects for the image and draw custom graphics over the splash image.

| | ShowImage(Image, Boolean, Boolean, SplashFormStartPosition, Point, ICustomImagePainter, Int32, Boolean) static | image, useFadeIn, useFadeOut, startPos, location, painter, pendingTime, allowUseInDT | This method supports the internal infrastructure, and is not intended to be used directly from your code. | | ShowImage(Image, Boolean, Boolean, SplashFormStartPosition, Point, ICustomImagePainter, Int32) static | image, useFadeIn, useFadeOut, startPos, location, painter, pendingTime | Creates a splash form containing the specified image and displays it after a delay. Allows you to manually position the splash form, disable fade-in and fade-out effects for the image and draw custom graphics over the splash image. | | ShowImage(Image, Boolean, Boolean, SplashFormStartPosition, Point, ICustomImagePainter) static | image, useFadeIn, useFadeOut, startPos, location, painter | Displays an image as a splash form, allowing you to manually position it against your application’s main form. Allows you to disable fade-in and fade-out effects for the image and draw custom graphics over the splash image. | | ShowImage(Image, Boolean, Boolean, SplashFormStartPosition, Point) static | image, useFadeIn, useFadeOut, startPos, location | Displays an image as a splash form, allowing you to manually position it. Allows you to disable fade-in and fade-out effects for the image. | | ShowImage(Image, Boolean, Boolean) static | image, useFadeIn, useFadeOut | Displays an image as a splash form, centering the image against your application’s main form. Allows you to disable fade-in and fade-out effects for the image. | | ShowImage(Image, Boolean) static | image, useFadeIn | Displays an image as a splash form, centering the image against your application’s main form. | | ShowImage(Image) static | image | Displays an image as a splash form, centering the image against your application’s main form. |