GetPositionFromPoint Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > FieldPartVisual Class : GetPositionFromPoint Method



point
snapToText

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetPositionFromPoint( _
   ByVal point As Point, _
   ByVal snapToText As Boolean _
) As TextPointer
Visual Basic (Usage) Copy Code
Dim instance As FieldPartVisual
Dim point As Point
Dim snapToText As Boolean
Dim value As TextPointer
 
value = instance.GetPositionFromPoint(point, snapToText)
C#  
public TextPointer GetPositionFromPoint( 
   Point point,
   bool snapToText
)
C++/CLI  
public:
TextPointer^ GetPositionFromPoint( 
   Point point,
   bool snapToText
) 

Parameters

point
snapToText

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also