'Declaration Public Function MoveToNextColumn( _ ByRef startCharIndex As Integer, _ ByRef charCount As Integer _ ) As Boolean
'Usage Dim instance As WindowsGraphics.TextStackedLayout Dim startCharIndex As Integer Dim charCount As Integer Dim value As Boolean value = instance.MoveToNextColumn(startCharIndex, charCount)
public bool MoveToNextColumn( out int startCharIndex, out int charCount )
Parameters
- startCharIndex
- charCount