Overload | Description |
---|---|
GetBitmapFromCollection(IGoCollection) | Return a Bitmap displaying all of the visible objects in the given collection. |
GetBitmapFromCollection(IGoCollection,RectangleF,Boolean) | This calls GetBitmapFromCollection(IGoCollection,RectangleF,Single,Boolean) with a scale that will cause the resulting bitmap not to be too large. |
GetBitmapFromCollection(IGoCollection,RectangleF,Single,Boolean) | Return a Bitmap displaying all of the visible objects in the given collection that paint within the given bounds. |