DelphiDelphiVCLPythonPython GUIWindows

Browse All Available Functions in DelphiVCL.Bitmap

featuredimage2 4

DelphiVCL.Bitmap is an encapsulation of a Windows bitmap (HBITMAP), including its palette (HPALETTE).

A Bitmap is a powerful graphics object used to create, manipulate and store images in memory and as files on a disk.

Bitmap contains an internal image of the bitmap graphic and automatically manages the realization of the palette when drawn.

To draw a bitmap on a canvas, call the Draw or StretchDraw methods of a Canvas object, passing a Bitmap as a parameter.

Creating copies of a Bitmap is very fast since the handle is copied rather than the image. If the image is modified and the handle is shared by more than one Bitmap object, the image is copied before the modification is performed (that is, copy on write).

Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.Bitmap using dir() command:

See the responses in our Windows command prompt:

0dir 4431898

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Related posts
CodeIDEPythonPython GUIWindows

Unlock the Power of Python for Deep Learning with Recurrent Neural Networks

AndroidCodeDelphiLearn PythonProjectsPythonPython GUI

How to Create a BMI App With Delphi Ecosystem And Python

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Stopwatch/Timer Android App With Delphi For Python?

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Unit Converter Android App Using Python GUI

Leave a Reply

Your email address will not be published. Required fields are marked *