SplashScreenManager.ShowImage Method
Name | Parameters | Description |
---|---|---|
ShowImage(SvgImage, Boolean, Boolean, ICustomImagePainter) static | svgImage, useFadeIn, useFadeOut, painter | Displays 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) static | svgImage, useFadeIn, useFadeOut, startPos, location, painter, pendingTime | Creates 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) static | svgImage, useFadeIn, useFadeOut, startPos, location, painter | Displays 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) static | svgImage, useFadeIn, useFadeOut, startPos, location | Displays a splash form that contains a vector image. Allows you to manually arrange this splash form. |
ShowImage(SvgImage, Boolean, Boolean) static | svgImage, useFadeIn, useFadeOut | Displays a vector image as a splash form with optional fade-in and fade-out effects. |
ShowImage(SvgImage, Boolean) static | svgImage, useFadeIn | Displays a vector image with an optional fade in effect. |
ShowImage(SvgImage, Size, Boolean, Boolean, ICustomImagePainter) static | svgImage, imageSize, useFadeIn, useFadeOut, painter | Displays 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) static | svgImage, imageSize, useFadeIn, useFadeOut, startPos, location, painter, pendingTime | Creates 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) static | svgImage, imageSize, useFadeIn, useFadeOut, startPos, location, painter | Displays 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) static | svgImage, imageSize, useFadeIn, useFadeOut, startPos, location | Displays 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) static | svgImage, imageSize, useFadeIn, useFadeOut | Displays 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) static | svgImage, imageSize, useFadeIn | Resizes an image and shows it as a splash form with an optional fade-in effect. |
ShowImage(SvgImage, Size) static | svgImage, imageSize | Resizes the target vector image and shows it as a splash form. |
ShowImage(SvgImage) static | svgImage | Displays a vector image as a splash form, centering the image against your application’s main form. |
ShowImage(Image, Boolean, Boolean, ICustomImagePainter) static | image, 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. |