GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GetBitmap Method
In This Topic
    GetBitmap Method (GoView)
    In This Topic
    Produce a rendering of this view.
    Syntax
    public virtual Bitmap GetBitmap()

    Return Value

    a Bitmap containing the appearance of this view in its current state
    Remarks
    The DocPosition and DocScale determine what part of this view's Document and this view's state are painted in a bitmap. The borders and scrollbars are not included.
    See Also