'DeclarationPublic Function GetPointType( _ ByVal index As System.Integer _ ) As System.Byte
'UsageDim instance As NGraphicsPath Dim index As System.Integer Dim value As System.Byte value = instance.GetPointType(index)
public System.byte GetPointType( System.int index )
Parameters
- index