PaneBaseGetImage(Int32, Int32, Single, Boolean) Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public Bitmap GetImage(
	int width,
	int height,
	float dpi,
	bool isAntiAlias
)

Parameters

width  Int32
 
height  Int32
 
dpi  Single
 
isAntiAlias  Boolean
 

Return Value

Bitmap

See Also