GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GetBitmapFromCollection Method / GetBitmapFromCollection(IGoCollection) Method
In This Topic
    GetBitmapFromCollection(IGoCollection) Method
    In This Topic
    Return a Bitmap displaying all of the visible objects in the given collection.
    Syntax
    public Bitmap GetBitmapFromCollection( 
       IGoCollection coll
    )

    Parameters

    coll
    Remarks
    The intended size of the Bitmap is determined by the result of calling the GoDocument method GoDocument.ComputeBounds on the collection. If the bitmap is too wide or too tall, the objects are drawn at a smaller scale. The bitmap is first filled with the paper color.
    See Also