Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetRectFromCharacterIndex( _ ByVal charIndex As Integer, _ ByVal trailingEdge As Boolean _ ) As Rect |
Visual Basic (Usage) | ![]() |
---|---|
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
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