GoXam for WPF v3
MakeBitmap(Size,Double,Point,Double) Method
Northwoods.GoXam Namespace > DiagramPanel Class > MakeBitmap Method : MakeBitmap(Size,Double,Point,Double) Method
the size of the resulting bitmap
bitmap resolution
a Point in model coordinates
a value of 1.0 is normal; the value must be a positive number. Smaller values produce smaller-looking parts.
Return a bitmap showing the parts in a particular area, drawn at a given scale.
Syntax

Parameters

bmpsize
the size of the resulting bitmap
dpi
bitmap resolution
viewpos
a Point in model coordinates
scale
a value of 1.0 is normal; the value must be a positive number. Smaller values produce smaller-looking parts.

Return Value

a BitmapSource
Remarks

The diagram must already be visible and fully initialized before this method is able to render anything.

Although a BitmapSource is returned immediately, it will not immediately contain the expected bits. In order to programmatically access the contents of the bitmap, you should call MakeBitmap(Size,Double,Point,Double,Action<BitmapSource>).

This just returns MakeBitmap(bmpsize, dpi, viewpos, scale, null)

See Also

Reference

DiagramPanel Class
DiagramPanel Members
Overload List