Inesoft PrintCE SDK EVC++
CPrintCE::FillColor Property

Colour of the filling used for printing of rectangles, ellipses, lines and so on.

C++ Syntax: COLORREF value = object.GetFillColor();
            object.SetFillColor(COLORREF
value);

eVB Syntax: value = object.FillColor
            object.FillColor =
value

Parameters

value

Set current Colour of the filling

Return Value

value

return current Colour of the filling

 


© 2009 Inesoft. All rights reserved.