DIBMP:Init() Method
<< Click to Display Table of Contents >> DIBMP:Init() Method |
![]() ![]() ![]() |
Purpose
To create a DIBMP object.
Syntax
DIBMP{} → SELF
Init() → SELF
Description
This method creates a DIBMP object but it does not load a bitmap into memory. You must load a bitmap via one of the DIBMP:LoadDIBFrom... methods before you can do anything useful with the DIBMP object.