FlexChart for WinForms
DrawString(String,Double,Double,Double,Double,Byte,Byte) メソッド

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース > DrawString メソッド : DrawString(String,Double,Double,Double,Double,Byte,Byte) メソッド
String to draw.
X-coordinate of string.
Y-coordinate of string.
Rendering width.
Rendering height.
Horizontal aligment (see aligment type).
Vertical aligment (see aligment type).
Draw string at specified area.
シンタックス
'宣言
 
Overloads Sub DrawString( _
   ByVal s As System.String, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal w As System.Double, _
   ByVal h As System.Double, _
   Optional ByVal horz As System.Byte, _
   Optional ByVal vert As System.Byte _
) 
void DrawString( 
   System.string s,
   System.double x,
   System.double y,
   System.double w,
   System.double h,
   System.byte horz,
   System.byte vert
)

パラメータ

s
String to draw.
x
X-coordinate of string.
y
Y-coordinate of string.
w
Rendering width.
h
Rendering height.
horz
Horizontal aligment (see aligment type).
vert
Vertical aligment (see aligment type).
解説
The alignment types: 00 - near, left or top aligment (by default) 01 - center or middle aligment 02 - far, right or bottom aligment 03 - justify or streach aligment
参照

参照

IRendering インターフェース
IRendering メンバ
オーバーロード一覧