20200109
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
**Balloonクラス [#f6381073]
-吹き出しを作成するクラス
-Balloon(画像,吹き出しの中心,大きさ,吹き出しの種類,くちば...
--Balloon(char img,int center_x,int center_y),(int a, int...
--fukidashi(文字サイズ,文字数)
***テスト [#z6fbdc43]
-使用例
from Balloon import Balloon
center = [300,250]
radius =[200,100]
flag = 0
mouse = [0,0]
str = 'ああああああああああああああああaaaaaaaaaaaaaaaaa...
b = Balloon("blank.bmp",center,radius,flag,mouse,str)
b.fukidashi(8,15)
-結果
&ref("test_Balloon.JPG");
[[seminar-personal/fukumoto2017]]
終了行:
**Balloonクラス [#f6381073]
-吹き出しを作成するクラス
-Balloon(画像,吹き出しの中心,大きさ,吹き出しの種類,くちば...
--Balloon(char img,int center_x,int center_y),(int a, int...
--fukidashi(文字サイズ,文字数)
***テスト [#z6fbdc43]
-使用例
from Balloon import Balloon
center = [300,250]
radius =[200,100]
flag = 0
mouse = [0,0]
str = 'ああああああああああああああああaaaaaaaaaaaaaaaaa...
b = Balloon("blank.bmp",center,radius,flag,mouse,str)
b.fukidashi(8,15)
-結果
&ref("test_Balloon.JPG");
[[seminar-personal/fukumoto2017]]
ページ名: