コード例 #1
0
ファイル: OutTextXY.cs プロジェクト: themnotyou/pablodraw
 public override void Apply(IList <Rectangle> updates = null)
 {
     BGI.OutTextXY(Point.X, Point.Y, Text, updates);
 }