Image ObjGet Coords 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 override void GetCoords(
PaneBase pane,
Graphics g,
float scaleFactor,
out string shape,
out string coords
)VB
Public Overrides Sub GetCoords (
pane As PaneBase,
g As Graphics,
scaleFactor As Single,
<OutAttribute> ByRef shape As String,
<OutAttribute> ByRef coords As String
)