CAViewer::SetImageOrientation

CAViewer class

Sets the image orientation (IDENTITY, XFLIP, YFLIP, XYFLIP).

BOOL SetImageOrientation(
  enum ImageOrientation newVal
  );

Parameters

newVal
The new Image Orientation settings.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

Remarks

In the Image Map graph type, the default orientation (IDENTITY) of the image is for the (0,0) element to be placed in the lower left corner of the graph. Other orientations can be set by using values XFLIP, YFLIP, or XYFLIP.

See Also

CAViewer::GetGraphType, CAViewer::GetImageOrientation