Method GetNormalAndDisabledSvg
GetNormalAndDisabledSvg(Stream, SizeI, AbstractControl)
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, AbstractControl control)
Parameters
streamStreamStream with svg data.
sizeSizeIImage size in pixels.
controlAbstractControlControl which GetSvgColor(KnownSvgColor) method is called to get color information.