GoDiagram Web Reference
GetBitmapFromCollection(IGoCollection) Method

Return a Bitmap displaying all of the visible objects in the given collection.
Syntax
'Declaration
 
Public Overloads Function GetBitmapFromCollection( _
   ByVal coll As IGoCollection _
) As Bitmap
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.
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
GetBitmapFromCollection(IGoCollection,RectangleF,Single,Boolean) Method
GetBitmap Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback