Pane BaseGet Image(Int 32, Int 32, Single, Boolean) Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public Bitmap GetImage(
int width,
int height,
float dpi,
bool isAntiAlias
)VB
Public Function GetImage (
width As Integer,
height As Integer,
dpi As Single,
isAntiAlias As Boolean
) As Bitmap