Gnome.Canvas.W2cD Method
Converts world coordinates into canvas pixel coordinates. This version returns coordinates in floating point coordinates, for greater precision.

Syntax

public void W2cD (double wx, double wy, out double cx, out double cy)

Parameters

wx
World X coordinate.
wy
World Y coordinate.
cx
Return value for the X pixel coordinate
cy
Return value for the Y pixel coordinate

Remarks

Requirements

Namespace: Gnome
Assembly: gnome-sharp (in gnome-sharp.dll)