Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

GetCellPosPix Method, SftTree Object

Returns the coordinates of a cell.

Deprecated - Provided for compatibility with earlier versions only - Use Cell.GetPositionPix instead

Syntax

VB.NETBoolean = object.GetCellPosPix(ByVal ItemIndex As Integer, ByVal ColIndex As Short, ByRef LeftPix As OLE_XPOS_PIXELS, ByRef TopPix As OLE_YPOS_PIXELS, ByRef WidthPix As OLE_XSIZE_PIXELS, ByRef HeightPix As OLE_YSIZE_PIXELS, ByRef Span As Short) As Boolean
VBBoolean = object.GetCellPosPix(ByVal ItemIndex As Long, ByVal ColIndex As Integer, LeftPix As OLE_XPOS_PIXELS, TopPix As OLE_YPOS_PIXELS, WidthPix As OLE_XSIZE_PIXELS, HeightPix As OLE_YSIZE_PIXELS, Span As Integer) As Boolean
C#.NETbool Boolean = object.GetCellPosPix(int ItemIndex, short ColIndex, out OLE_XPOS_PIXELS LeftPix, out OLE_YPOS_PIXELS TopPix, out OLE_XSIZE_PIXELS WidthPix, out OLE_YSIZE_PIXELS HeightPix, out short Span);
VC++VARIANT_BOOL Boolean = object->GetCellPosPix(long ItemIndex, short ColIndex, OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix, short* Span);
CHRESULT object->raw_GetCellPosPix(long ItemIndex, short ColIndex, OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix, short* Span, VARIANT_BOOL* Boolean);

object

A SftTree object.

ItemIndex

The zero-based index of the item. The combination of ItemIndex and ColIndex describes an individual cell.

ColIndex

The zero-based column number. The combination of ItemIndex and ColIndex describes an individual cell.

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 in pixels.

HeightPix

Returns the height of the cell in pixels.

Span

Returns the number of columns that the cell occupies. If cell merging is allowed and the cell merges into an adjacent column, a cell can span more than one column.

Boolean

BooleanDescription
TrueThe cell specified by ItemIndex and ColIndex is displayed and visible.
FalseThe cell specified by ItemIndex and ColIndex is not visible. The returned coordinates are not valid.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Cell.GetPositionPix instead

The GetCellPosPix method returns the coordinates of a cell.

The GetCellPos and GetCellPosPix methods are synonyms, but may use different coordinate systems.

The Cell.GetImagePositionPix method is used to return the dimensions of the cell graphic. The Cell.GetTextPositionPix method returns the dimensions of the cell text.

See Also SftTree 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.