FeederProfileGraph ImgCoords Property ElecNetKit Documentation
The coordinates within which the image is to be displayed.

Namespace: ElecNetKit.Graphing.Graphs
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public Rect ImgCoords { get; set; }

Implements

INetworkGraph ImgCoords
Remarks

The INetworkGraph should confine all drawing to within the coordinates given by ImgCoords, shrunk by the values of the Margin property.
See Also