|
PointColorsPtr
Purpose This property is used to communicate to ProEssentials that the PointColors property should not allocate it's own memory, but instead use the local memory address that has already been allocated to the appropriate size. If JaggedData=False, the format of the data is defined by the SubsetByPoint property. Comments .Net developers note that methods such as PeColor.PointColors.UseDataAtLocation are documented in Chapter 3: .Net Property Arrays
.Net Non-JaggedData: PeColor.PointColors.UseDataAtLocation
DLL develppes must set this property with PEvset (Non-Jagged) or PEvsetcellEx (Jagged-Data).
Examples 146 and 123 show an implementation of this feature for XDataPtr and YDataPtr.
The advantages of using this feature are reducing the memory needs for your project:
Related properties: PointColors, YDataPtr, XDataPtr
|
|
©2026 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|