Constructor KnownButtonImage
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
knownButtonKnownButtonThe known button.
sizeCoordAndUnit?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
svgImageSvgImageThe SVG image.
sizeCoordAndUnit?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
knownButtonKnownButton?The known button.
svgImageSvgImageThe SVG image.
sizeCoordAndUnit?The size of the image.