Northwoods.GoSilverlight 1.3.5 Assembly
FindPartAt Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : FindPartAt Method

p
a Point in model coordinates
selectable
if true, the Northwoods.GoXam.Part found must be selectable; otherwise any Part will do
Find a Northwoods.GoXam.Part at the given point, perhaps requiring it to be Northwoods.GoXam.Part.Selectable.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function FindPartAt( _
   ByVal p As Point, _
   ByVal selectable As Boolean _
) As Part
C# 
protected virtual Part FindPartAt( 
   Point p,
   bool selectable
)

Parameters

p
a Point in model coordinates
selectable
if true, the Northwoods.GoXam.Part found must be selectable; otherwise any Part will do

Return Value

the first (frontmost) Northwoods.GoXam.Part at the location p; the part could be a Northwoods.GoXam.Node or a Northwoods.GoXam.Link, including temporary ones such as Northwoods.GoXam.Adornments.

Requirements

See Also

© 2012 All Rights Reserved.