Image Obj(Image, Double, Double, Double, Double) Constructor
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 ImageObj(
Image image,
double left,
double top,
double width,
double height
)VB
Public Sub New (
image As Image,
left As Double,
top As Double,
width As Double,
height As Double
)