[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcWicTiffWriter.NewFrame

NewFrame Method

NewFrame()

Saves the previous frame to the output stream and creates a new frame with default width and height.

Declaration
public GcWicBitmap NewFrame()
Public Function NewFrame() As GcWicBitmap
Returns
Type Description
GcWicBitmap

The new frame.

NewFrame(float, float)

Saves the previous frame to the output stream and creates a new frame with specified width and height.

Declaration
public GcWicBitmap NewFrame(float width, float height)
Public Function NewFrame(width As Single, height As Single) As GcWicBitmap
Parameters
Type Name Description
float width

The width of the new frame, in DIPs.

float height

The height of the new frame, in DIPs.

Returns
Type Description
GcWicBitmap

The new frame.