GetRectFromCharacterIndex(Int32,Boolean) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > SimpleTagControl Class > GetRectFromCharacterIndex Method : GetRectFromCharacterIndex(Int32,Boolean) Method



charIndex
trailingEdge

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetRectFromCharacterIndex( _
   ByVal charIndex As Integer, _
   ByVal trailingEdge As Boolean _
) As Rect
Visual Basic (Usage) Copy Code
Dim instance As SimpleTagControl
Dim charIndex As Integer
Dim trailingEdge As Boolean
Dim value As Rect
 
value = instance.GetRectFromCharacterIndex(charIndex, trailingEdge)
C#  
public Rect GetRectFromCharacterIndex( 
   int charIndex,
   bool trailingEdge
)
C++/CLI  
public:
Rect GetRectFromCharacterIndex( 
   int charIndex,
   bool trailingEdge
) 

Parameters

charIndex
trailingEdge

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