ChangeInternalTransform
The ChangeInternalTransform method changes the internal transform of this frame.
void ChangeInternalTransform (in ODTransform transform,
in ODCanvas biasCanvas);
transform
- A reference to an internal transform to associate with this frame.
biasCanvas
-
kODNULL if the geometry is in platform-normal coordinates, otherwise a reference to the canvas object to whose coordinate space the geometry is biased.
DISCUSSION
Your part calls its display frame's ChangeInternalTransform method to change the position of its content in the frame.
EXCEPTIONS
kODErrIllegalNullTransformInput
- The
transform parameter is null.
SEE ALSO
The ODFrame::AcquireInternalTransform method (page 303).
"Scrolling Your Part in a Frame" on page 142 in OpenDoc Programmer's Guide.
"Drawing When a Part is Scrolled" on page 161 in OpenDoc Programmer's Guide.