Ime.ImeCompositionClause Constructor
In This Topic
Initializes a new instance of the
Ime.ImeCompositionClause class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public Ime.ImeCompositionClause(
int ,
int
)
Parameters
- start
- An int indicates the start of the clause.
- length
- An int indicates the end of the cluase.
See Also