[]
Saves the previous frame to the output stream and creates a new frame with default width and height.
public GcWicBitmap NewFrame()
Public Function NewFrame() As GcWicBitmap
| Type | Description |
|---|---|
| GcWicBitmap | The new frame. |
Saves the previous frame to the output stream and creates a new frame with specified width and height.
public GcWicBitmap NewFrame(float width, float height)
Public Function NewFrame(width As Single, height As Single) As GcWicBitmap
| Type | Name | Description |
|---|---|---|
| float | width | The width of the new frame, in DIPs. |
| float | height | The height of the new frame, in DIPs. |
| Type | Description |
|---|---|
| GcWicBitmap | The new frame. |