OWLNext 7.0
Borland's Object Windows Library for the modern age
|
You can access and modify TRegion objects directly through an HRGN handle or through a number of member functions and operators.
To get an HRGN from a TRegion object, use the HRGN() operator with the TRegion object as the parameter. The HRGN() operator is almost never explicitly invoked:
This code automatically invokes the HRGN() conversion operator to cast the TRegion object to the correct type.