ComponentOne Xamarin.iOS
DrawStringRotated Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > IRenderEngine Interface : DrawStringRotated Method
Draw rotated string at specified position.
Syntax
'Declaration
 
Sub DrawStringRotated( _
   ByVal s As String, _
   ByVal pos As CoreGraphics.CGPoint, _
   ByVal center As CoreGraphics.CGPoint, _
   ByVal angle As Double _
) 
'Usage
 
Dim instance As IRenderEngine
Dim s As String
Dim pos As CoreGraphics.CGPoint
Dim center As CoreGraphics.CGPoint
Dim angle As Double
 
instance.DrawStringRotated(s, pos, center, angle)
void DrawStringRotated( 
   string s,
   CoreGraphics.CGPoint pos,
   CoreGraphics.CGPoint center,
   double angle
)

Parameters

s
pos
center
angle
See Also

Reference

IRenderEngine Interface
IRenderEngine Members