'Declaration Public Overloads Function NewFrame( _ ByVal width As System.Single, _ ByVal height As System.Single _ ) As GcWicBitmap
public GcWicBitmap NewFrame( System.float width, System.float height )
Parameters
- width
- The width of the new frame, in DIPs.
- height
- The height of the new frame, in DIPs.
Return Value
The new frame.