C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1PolygonIcon Class / Add Method


In This Topic
Add Method (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
Public Sub Add( _
   ByVal view As UIKit.UIView _
) 
 
'Usage
 
Dim instance As C1PolygonIcon
Dim view As UIKit.UIView
 
instance.Add(view)

Parameters

view
See Also