Inesoft
PrintCE SDK EVC++ |
C++ Syntax: object.DrawRoundRect(
double x1,
double y1,
double x2,
double y2,
double width,
double height
);eVB Syntax: object.DrawRoundRect x1, y1, x2, y2, width, height
Parameters
(x1, y1) è (x2, y2)
set coordinates of the upper left and lower right angles of the rectangle
width
and height set width and height of the ellipse for angle roundings
color
is the rectangle's colour
Review
Coordinates are returned in the current measurement units (please refer to MeasureUnit property)
Filling colour is determined by FillColor property
Edging colour is determined by LineColor property
Edging width is determined by LineWidth property
© 2009 Inesoft. All rights reserved.