GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GetBitmapFromCollection Method
In This Topic
    GetBitmapFromCollection Method
    In This Topic
    Overload List
    OverloadDescription
    Return a Bitmap displaying all of the visible objects in the given collection.  
    This calls GetBitmapFromCollection(IGoCollection,RectangleF,Single,Boolean) with a scale that will cause the resulting bitmap not to be too large.  
    Return a Bitmap displaying all of the visible objects in the given collection that paint within the given bounds.  
    See Also