cIntBMP – a library for creation of BMP images – library MetaTrader 5

An example of DrawTriangle() method of cIntBMP class
This class is designed for creation of bmp images. Examples: An example of DrawTriangle() method An example of DrawRectangle() method An example of DrawCircle() method An example of Fill() method Usage: The cIntBMP.mqh file should be located in MQL5/Include folder. The demo of cIntBMP class usage is located in the eBMP.mq5 file. Copy this file