Inesoft PrintCE SDK EVC++
CPrintCE::DrawSolidRect Method

Draws a rectangle filled with the selected colour

C++ Syntax: object.DrawSolidRect(
            double
x1,
            double
y1,
            double
x2,
            double
y2,
            COLORREF
color
);

eVB Syntax: object.DrawSolidRect x1, y1, x2, y2, color

Parameters

(x1, y1) è (x2, y2)

set coordinates of the upper left and lower right angles of the rectangle

color

is the rectangle's colour

Review

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



© 2009 Inesoft. All rights reserved.