Skip to main content
All docs
V23.2

SvgBitmap.Create(Size) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public static SvgBitmap Create(
    Size size
)

Parameters

Name Type Description
size Size

The image size.

Returns

Type Description
SvgBitmap

The SvgBitmap object.

See Also