GoXam for WPF v3
MakeBitmap() Method
Northwoods.GoXam Namespace > DiagramPanel Class > MakeBitmap Method : MakeBitmap() Method
Generates a bitmap displaying the parts currently visible in the diagram.
Syntax
public BitmapSource MakeBitmap()

Return Value

a BitmapSource
Remarks
This just returns MakeBitmap(new Size(this.ViewportWidth, this.ViewportHeight), 96, this.Position, this.Scale, null)
See Also

Reference

DiagramPanel Class
DiagramPanel Members
Overload List