'Declaration Public Sub SplitRunAt( _ ByVal splitLocation As Integer _ )
'Usage Dim instance As ImGearPDEText Dim splitLocation As Integer instance.SplitRunAt(splitLocation)
public void SplitRunAt( int splitLocation )
public: void SplitRunAt( int splitLocation )
public: void SplitRunAt( int splitLocation )
Parameters
- splitLocation
- Split location, relative to the text object. The first text run is from character index 0 up to splitLoc. The second text run is from SplitLoc + 1 to the end of the run.