Skip to main content
All docs
V19.1

SvgImageCollection.Remove(SvgImage) Method

Removes the specific image from this SvgImageCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public bool Remove(
    SvgImage image
)

Parameters

Name Type Description
image SvgImage

An SvgImage to be removed from this SvgImageCollection.

Returns

Type Description
Boolean

true, if the image was successfully removed; otherwise, false.

See Also