Skip to main content

OverlayWindowOptions Constructors

Represents a set of options that specify an Overlay Form
Name Parameters Description
OverlayWindowOptions() none Initializes a new instance of the OverlayWindowOptions class.
OverlayWindowOptions(Nullable<Boolean>, Nullable<Boolean>, Nullable<Color>, Nullable<Color>, Nullable<Double>, Image, IOverlayWindowPainter, String, Nullable<ImageRotationParams>, Nullable<Int32>, Nullable<Size>, Nullable<WaitAnimationType>, Nullable<LineAnimationParams>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) fadeIn, fadeOut, backColor, foreColor, opacity, image, customPainter, skinName, rotationParameters, startupDelay, imageSize, animationType, lineAnimationParameters, useDirectX, disableInput, trackOwnerBounds Initializes a new instance of the OverlayWindowOptions class with specified settings.
See Also