ClassesClassesClassesClasses | | | | Operators

get_shapeget_shapeGetShapeget_shapeGetShapeGetShape (Operator)

Name

get_shapeget_shapeGetShapeget_shapeGetShapeGetShape — Get the current region output shape.

Signature

get_shape( : : WindowHandle : DisplayShape)

Herror get_shape(const Hlong WindowHandle, char* DisplayShape)

Herror T_get_shape(const Htuple WindowHandle, Htuple* DisplayShape)

Herror get_shape(const HTuple& WindowHandle, char* DisplayShape)

HTuple HWindow::GetShape() const

void GetShape(const HTuple& WindowHandle, HTuple* DisplayShape)

HString HWindow::GetShape() const

void HOperatorSetX.GetShape(
[in] VARIANT WindowHandle, [out] VARIANT* DisplayShape)

BSTR HWindowX.GetShape()

static void HOperatorSet.GetShape(HTuple windowHandle, out HTuple displayShape)

string HWindow.GetShape()

Description

get_shapeget_shapeGetShapeget_shapeGetShapeGetShape returns the shape in which regions are displayed. The available shapes can be queried with query_shapequery_shapeQueryShapequery_shapeQueryShapeQueryShape and then changed with set_shapeset_shapeSetShapeset_shapeSetShapeSetShape.

Parallelization

Parameters

WindowHandleWindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHTupleHWindowX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Window_id.

DisplayShapeDisplayShapeDisplayShapeDisplayShapeDisplayShapedisplayShape (output_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Current region output shape.

Result

get_shapeget_shapeGetShapeget_shapeGetShapeGetShape returns 2 (H_MSG_TRUE) if the window is valid. Otherwise an exception is raised.

Possible Predecessors

query_shapequery_shapeQueryShapequery_shapeQueryShapeQueryShape

Possible Successors

set_shapeset_shapeSetShapeset_shapeSetShapeSetShape, disp_regiondisp_regionDispRegiondisp_regionDispRegionDispRegion

See also

set_shapeset_shapeSetShapeset_shapeSetShapeSetShape, query_shapequery_shapeQueryShapequery_shapeQueryShapeQueryShape, disp_regiondisp_regionDispRegiondisp_regionDispRegionDispRegion

Module

Foundation


ClassesClassesClassesClasses | | | | Operators