Pane BaseGet Image(Int 32, Int 32, Single) 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
)VB
Public Function GetImage (
width As Integer,
height As Integer,
dpi As Single
) As Bitmap