Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicTiffWriter Class / NewFrame Method / NewFrame(Single,Single) Method
The width of the new frame, in DIPs.
The height of the new frame, in DIPs.

In This Topic
    NewFrame(Single,Single) Method
    In This Topic
    Saves the previous frame to the output stream and creates a new frame with specified width and height.
    Syntax
    '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.
    See Also