Northwoods.GoWPF 1.3.5 Assembly
MakeBitmap() Method
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class > MakeBitmap Method : MakeBitmap() Method

Generates a bitmap displaying the parts currently visible in the diagram.

Syntax

Visual Basic (Declaration) 
Public Overloads Function MakeBitmap() As BitmapSource
C# 
public BitmapSource MakeBitmap()

Return Value

a BitmapSource; in Silverlight the contents may not have been rendered until a later time

Remarks

This just returns MakeBitmap(new Size(this.ViewportWidth, this.ViewportHeight), 96, this.Position, this.Scale, null)

Requirements

See Also

© 2012 All Rights Reserved.