ImageObj(Image, RectangleF, CoordType, AlignH, AlignV) Constructor

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public ImageObj(
	Image image,
	RectangleF rect,
	CoordType coordType,
	AlignH alignH,
	AlignV alignV
)

Parameters

image  Image
 
rect  RectangleF
 
coordType  CoordType
 
alignH  AlignH
 
alignV  AlignV
 

See Also