Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Data As IntPtr |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IntPtr Data {get;} |
Return Value
An unmanaged pointer to the internal user match table.When you call the Create method, this property will return a pointer to the internal created match table.
The completed table is a 32K array of integers. On a 32-bit system, it occupies 128K bytes of memory. Creation of the table is a slow, memory-intensive process that is useful only if you are using your own palette more than once. For example, you may want to create the table once, save it to a file, and ship that file with your application.
For more information, refer to RasterUserMatchTable.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family