Click or drag to resize

StiMetafileConverterMetafileToBitmap Method (Metafile, Int32, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiMetafileConverter.MetafileToBitmap(System.Drawing.Imaging.Metafile,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Bitmap MetafileToBitmap(
	Metafile metafile,
	int bitmapWidth,
	int bitmapHeight
)

Parameters

metafile
Type: System.Drawing.ImagingMetafile

[Missing <param name="metafile"/> documentation for "M:Stimulsoft.Base.Drawing.StiMetafileConverter.MetafileToBitmap(System.Drawing.Imaging.Metafile,System.Int32,System.Int32)"]

bitmapWidth
Type: SystemInt32

[Missing <param name="bitmapWidth"/> documentation for "M:Stimulsoft.Base.Drawing.StiMetafileConverter.MetafileToBitmap(System.Drawing.Imaging.Metafile,System.Int32,System.Int32)"]

bitmapHeight
Type: SystemInt32

[Missing <param name="bitmapHeight"/> documentation for "M:Stimulsoft.Base.Drawing.StiMetafileConverter.MetafileToBitmap(System.Drawing.Imaging.Metafile,System.Int32,System.Int32)"]

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiMetafileConverter.MetafileToBitmap(System.Drawing.Imaging.Metafile,System.Int32,System.Int32)"]

See Also