Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

GetTextPositionPix Method, SftTreeCell Object

Returns the coordinates of the cell text.

Syntax

VB.NETBoolean = object.GetTextPositionPix(ByRef LeftPix As OLE_XPOS_PIXELS, ByRef TopPix As OLE_YPOS_PIXELS, ByRef WidthPix As OLE_XSIZE_PIXELS, ByRef HeightPix As OLE_YSIZE_PIXELS) As Boolean
VBBoolean = object.GetTextPositionPix(LeftPix As OLE_XPOS_PIXELS, TopPix As OLE_YPOS_PIXELS, WidthPix As OLE_XSIZE_PIXELS, HeightPix As OLE_YSIZE_PIXELS) As Boolean
C#.NETbool Boolean = object.GetTextPositionPix(out OLE_XPOS_PIXELS LeftPix, out OLE_YPOS_PIXELS TopPix, out OLE_XSIZE_PIXELS WidthPix, out OLE_YSIZE_PIXELS HeightPix);
VC++VARIANT_BOOL Boolean = object->GetTextPositionPix(OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix);
CHRESULT object->raw_GetTextPositionPix(OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix, VARIANT_BOOL* Boolean);

object

A SftTreeCell object.

LeftPix

Returns the horizontal position relative to the top, left corner of the tree control in pixels.

TopPix

Returns the vertical position relative to the top, left corner of the tree control in pixels.

WidthPix

Returns the width of the cell text in pixels.

HeightPix

Returns the height of the cell text in pixels.

Boolean

BooleanDescription
TrueThe cell is displayed and visible.
FalseThe cell is not visible. The returned coordinates are not valid.

Comments

The GetTextPositionPix method returns the coordinates of the cell text.

The Cell.GetTextPosition and GetTextPositionPix methods are synonyms, but may use different coordinate systems.

The Cell.GetPositionPix method is used to return the overall dimensions of the cell. The Cell.GetImagePositionPix method returns the dimensions of the cell graphic.

See Also SftTreeCell Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.