Table of Contents

Constructor KnownButtonImage

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

KnownButtonImage()

Initializes a new instance of the KnownButtonImage class.

public KnownButtonImage()

KnownButtonImage(KnownButton, CoordAndUnit?)

Initializes a new instance of the KnownButtonImage struct with the specified known button and optional size.

public KnownButtonImage(KnownButton knownButton, CoordAndUnit? size = null)

Parameters

knownButton KnownButton

The known button.

size CoordAndUnit?

The optional size of the image.

KnownButtonImage(SvgImage?, CoordAndUnit?)

Initializes a new instance of the KnownButtonImage struct with the specified SVG image and optional size.

public KnownButtonImage(SvgImage? svgImage, CoordAndUnit? size = null)

Parameters

svgImage SvgImage

The SVG image.

size CoordAndUnit?

The optional size of the image.

KnownButtonImage(KnownButton?, SvgImage?, CoordAndUnit?)

Initializes a new instance of the KnownButtonImage struct with the specified known button, SVG image, and size.

public KnownButtonImage(KnownButton? knownButton, SvgImage? svgImage, CoordAndUnit? size)

Parameters

knownButton KnownButton?

The known button.

svgImage SvgImage

The SVG image.

size CoordAndUnit?

The size of the image.