| C1.Chart Namespace > IRenderEngine Interface > DrawString Method : DrawString(String,_Rect,TextWrapping) Method |
'DeclarationOverloads Sub DrawString( _ ByVal s As String, _ ByVal area As _Rect, _ Optional ByVal textWrapping As TextWrapping _ )
'UsageDim instance As IRenderEngine Dim s As String Dim area As _Rect Dim textWrapping As TextWrapping instance.DrawString(s, area, textWrapping)
void DrawString( string s, _Rect area, TextWrapping textWrapping )
void DrawString( String^ s, _Rect area, TextWrapping textWrapping )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2