Click or drag to resize

StiMetafileConverterMetafileToPngBytes Method (Byte, Int32, Int32)

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

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static byte[] MetafileToPngBytes(
	byte[] metafileBytes,
	int bitmapWidth,
	int bitmapHeight
)

Parameters

metafileBytes
Type: SystemByte

[Missing <param name="metafileBytes"/> documentation for "M:Stimulsoft.Base.Drawing.StiMetafileConverter.MetafileToPngBytes(System.Byte[],System.Int32,System.Int32)"]

bitmapWidth
Type: SystemInt32

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

bitmapHeight
Type: SystemInt32

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

Return Value

Type: Byte

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

See Also