C1.iOS.Core Assembly / C1.iOS.Core Namespace / IRenderEngine Interface / SetStroke Method
Native brush or argb color as integer.


In This Topic
SetStroke Method
In This Topic
Sets the current stroke brush.
Syntax
'Declaration
 
Sub SetStroke( _
   ByVal brush As Object _
) 
 
'Usage
 
Dim instance As IRenderEngine
Dim brush As Object
 
instance.SetStroke(brush)

Parameters

brush
Native brush or argb color as integer.
See Also