You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
cIntBMP - a library for creation of BMP images:
A class for creation and output of BMP images.
Class Methods:
aSizeX - width (in pixels);
aSizeY - height (in pixels);
aBGColor - background color;
aWidth - pen width.
aX - X coordinate;
aY - Y cooordinate;
aColor - color;
aX1, aY1 - starting coordinates;
aX2, aY2 - ending coordinates;
aColor - color;
aX1, aY1 - coordinates of the upper left corner;
aX2, aY2 - coordinates of the lower right corner;
aColor - color;
aSolid - true - filled.
aX1, aY1, aX2, aY2, aX3, aY3 - edge coordinates;
aColor - color;
aSolid - true - filled.
aX - X coordinate;
aY - Y coordinate;
aRadius1 - radius of the 1st circle;
aRadius2 - radius of the 2nd circle;
aColor - color;
aRatio - ratio (ratio=1, circle, overwise ellipse).
aAngleFrom - starting angle;
aAngleTo - ending angle. if aAngleFrom=aAngleTo, it will draw a circle;
aSolid - true - filled circle/ellipse.
aX, aY - coordinates of the fill area;
aColor - fill color.
aX, aY - coordinates of the left upper corner of the text;
aColor - text color.
aFileName - File name (it isn't necessary to specify the extension) ;
aToImages - file will be saved to the MQL5\Images\ folder, overwise it will be saved to the MQL5\Files\ folder.
aX, aY - coodinates;
aBMPFileName - file name of the image;
aObjectName - graphic object of OBJ_BITMAP_LABEL type.
aObjectName - name of the object to delete.
aFileName - Name of the bmp file to delete (without path, it isn't necessary to specify the extension);
aFromImages - if true, the file will be deleted from MQL5\Images\ folder, overwise it will be deleted from MQL5\Files\ folder.
Author: Дмитрий
An example of DrawTriangle() method
An example of DrawRectangle() method
An example of DrawCircle() method
An example of Fill() method