MapMatrix NetGIS Class Library

TextElement.wcb Method 

Return a bearing (radians) calculated from east counter-clockwise

public static double wcb(
   double x1,
   double y1,
   double x2,
   double y2
);

Parameters

x1
X coordinate of the first point of the line used for the calculation
y1
Y coordinate of the first point of the line used for the calculation
x2
X coordinate of the second point of the line used for the calculation
y2
Y coordinate of the second point of the line used for the calculation

Return Value

See Also

TextElement Class | MapMatrix.Features.GisElements Namespace