Class MetafileRenderer
Inheritance
System.Object
MetafileRenderer
Assembly: Syncfusion.MetafileRenderer.NET.dll
public class MetafileRenderer : Object
Constructors
Declaration
public MetafileRenderer()
Methods
Declaration
public SKBitmap ConvertToImage(Stream stream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
Returns
Declaration
public SKBitmap ConvertToImage(Stream stream, int width, int height)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
Returns
Declaration
public byte[] ConvertToImageBytes(Stream stream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
Returns
Declaration
public byte[] ConvertToImageBytes(Stream stream, int width, int height)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
Returns