Pane BaseMake Image 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#
private void MakeImage(
Graphics g,
int width,
int height,
bool antiAlias
)VB
Private Sub MakeImage (
g As Graphics,
width As Integer,
height As Integer,
antiAlias As Boolean
)