Class GraphicsEngine
Inherited Members
Namespace: Rebus.Client
Assembly: Rebus.Client.dll
Syntax
public class GraphicsEngine
Constructors
GraphicsEngine(Int32, Int32)
Declaration
public GraphicsEngine(int width, int height)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | width | |
| Int32 | height |
Methods
Draw(SKWStream, SKEncodedImageFormat, SKDrawable)
Declaration
public void Draw(SKWStream output, SKEncodedImageFormat format, SKDrawable drawable)
Parameters
| Type | Name | Description |
|---|---|---|
| SKWStream | output | |
| SKEncodedImageFormat | format | |
| SKDrawable | drawable |