[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SpreadShapesContainer.ChildContains

ChildContains Method

ChildContains(Point, bool)

Gets the child object in this container that contains the screen location.

Declaration
public override PSObject ChildContains(Point pt, bool ignoreTransparency)
Public Overrides Function ChildContains(pt As Point, ignoreTransparency As Boolean) As PSObject
Parameters
Type Name Description
Point pt

Point on the screen

bool ignoreTransparency

Whether to ignore the transparency

Returns
Type Description
PSObject

The child object in this container that contains the screen location.

Overrides