Table of Contents

Class ControlOverlayWithImage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents an overlay control that displays an image at a specified location.

public class ControlOverlayWithImage : ControlOverlay, IBaseObjectWithId, IBaseObject, IControlOverlay
Inheritance
ControlOverlayWithImage
Implements
Derived

Remarks

This class extends ControlOverlay to provide functionality for rendering an image on a control. The image is drawn at the location specified by the Location property.

Properties

Image

Gets or sets the image to display in the overlay.

Location

Gets or sets the location where the image is drawn.

Methods

OnPaint(AbstractControl, PaintEventArgs)

Paints the overlay on the specified control.