Library | Module

Interface IpfcDisplayList2D



Description

The two-dimensional Display List

To make your 2D graphics permanent create this object and place your graphics calls in its listener.
Direct Parent Classes:
IpfcActionSource, IpfcChild



Method Summary

SubDelete ()
Deletes the DisplayList2D from the session, causing not to update with further repaints.
SubDisplay (Transform as IpfcScreenTransform)
Forces the display of the DisplayList2D using the specified transformation matrix



Method Detail


SubDelete ()

Deletes the DisplayList2D from the session, causing not to update with further repaints.

Exceptions thrown (but not limited to):

IpfcXToolkitNotFound - The function could not find a display list with the specified identifier.





SubDisplay (Transform as IpfcScreenTransform)

Forces the display of the DisplayList2D using the specified transformation matrix

Exceptions thrown (but not limited to):

IpfcXToolkitNotExist - The display list is empty.

IpfcXToolkitNotFound - The function could not find a display list with the specified identifier.

IpfcXToolkitCantOpen - The use of display lists is disabled.

IpfcXToolkitAbort - The display was aborted.

IpfcXToolkitNotValid - The specified display list is invalid.

IpfcXToolkitInvalidItem - There is an invalid item in the display list.


Parameters:
Transform
The transformation matrix to be used with the display list