Method GetNormalAndDisabledSvg
GetNormalAndDisabledSvg(Stream, SizeI, Control)
Initializes a tuple with two instances of the ImageSet class from the specified Stream which contains svg data. Images are loaded for the normal and disabled states using GetSvgColor(KnownSvgColor).
public static (ImageSet Normal, ImageSet Disabled) GetNormalAndDisabledSvg(Stream stream, SizeI size, Control control)
Parameters
stream
StreamStream with svg data.
size
SizeIImage size in pixels.
control
ControlControl which GetSvgColor(KnownSvgColor) method is called to get color information.