.NETクラスと対応する種類

プロデルでは、.NET Frameworkのクラスライブラリに含まれる次のクラスが、プロデルの種類に対応しています。これらの型は、代入時に変換されます。

ネット型 種類
System.String 文字列
System.Drawing.Size サイズ
System.Drawing.SizeF 浮動小数サイズ
System.Drawing.Point 座標
System.Drawing.PointF 浮動小数座標
System.Drawing.Rectangle 矩形
System.Drawing.Color 色情報
System.DateTime 日時形式
System.TimeSpan 日時期間形式
System.Boolean 真偽値
System.Int32 整数
System.Int64 長整数
System.Int16 短整数
System.Single 浮動小数
System.Double 倍浮動小数
System.Decimal 固定小数
System.Drawing.Icon プロデルアイコン
System.Collections.ArrayList 可変長配列
System.Collections.Hashtable 辞書
System.Drawing.Drawing2D.
LinearGradientBrush
グラデーションブラシ
HatchBrush パターンブラシ
System.Drawing.SolidBrush 塗りつぶしブラシ
System.Windows.Forms.
Control
ウィンドウ部品
System.Windows.Forms.
ToolStripMenuItem
メニュー項目
System.Drawing.
Font
フォント
System.Windows.Forms.
Padding
内余白
System.Windows.Forms.
HtmlElement
ウェブブラウザ要素

 

 

ページ先頭へ