Inesoft PrintCE SDK EVC++
CPrintCE::DrawLine Method

Draws a line

C++ Syntax: object.DrawLine(
            double
x1,
            double
y1,
            double
x2,
            double
y2
);

eVB Syntax: object.DrawLine x1, y1, x2, y2

Parameters

(x1, y1) è (x2, y2)

set coordinates of the line beginning and end

color

is the rectangle's colour

Review

Coordinates are returned in the current measurement units (please refer to MeasureUnit property)

Edging colour is determined by LineColor property
Edging width is determined by LineWidth property



© 2009 Inesoft. All rights reserved.