GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GetBitmapFromCollection Method / GetBitmapFromCollection(IGoCollection,RectangleF,Boolean) Method
a RectangleF in document coordinates
whether to call PaintPaperColor for the background
In This Topic
    GetBitmapFromCollection(IGoCollection,RectangleF,Boolean) Method
    In This Topic
    This calls GetBitmapFromCollection(IGoCollection,RectangleF,Single,Boolean) with a scale that will cause the resulting bitmap not to be too large.
    Syntax
    public Bitmap GetBitmapFromCollection( 
       IGoCollection coll,
       RectangleF bounds,
       bool paper
    )

    Parameters

    coll
    bounds
    a RectangleF in document coordinates
    paper
    whether to call PaintPaperColor for the background

    Return Value

    A Bitmap
    Remarks
    If the bitmap is too wide or too tall, the objects are drawn at a smaller scale.
    See Also