GoDiagram Web Reference
GetBitmapFromCollection(IGoCollection,RectangleF,Boolean) Method

a RectangleF in document coordinates
whether to call PaintPaperColor for the background
This calls GetBitmapFromCollection(IGoCollection,RectangleF,Single,Boolean) with a scale that will cause the resulting bitmap not to be too large.
Syntax
'Declaration
 
Public Overloads Function GetBitmapFromCollection( _
   ByVal coll As IGoCollection, _
   ByVal bounds As RectangleF, _
   ByVal paper As Boolean _
) As Bitmap
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members
Overload List
GetBitmap Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback