MiniMap元件注釋

2021-04-13 11:59:04 字數 653 閱讀 1881

minimap元件注釋

package components

private function ontimerevent( event : timerevent ) : void

else

} w = maxx - minx;//獲得該矩形區域的寬

h = maxy - miny;//獲得該矩形區域的高

tx = width / w ;//縮放x向尺度

ty = height / h ;//縮放y向尺度 }

else

ts = math.min( tx, ty );//選取縮放係數,x和y的最小值

bd.fillrect( new rectangle(0,0,width,height), 0xffffff );

m.identity();//初始化變換舉證

m.scale( ts, ts );//設定縮放係數

m.translate( -minx*ts, -miny*ts );

bd.draw( targetuicomponent, m );//關鍵:獲得縮放後的快照到bd

img.source = new bitmap( bd );//設定影象 }

}catch( e:error )

} } }

使用方法:

Vue 注釋template中元件的屬性

想注釋乙個元件的屬性,一直報錯 vue no parsing error parsing error unexpected character in attribute name 因為專案中引入了eslint plugin vue,對template有預設檢測,因此就直接修改.eslintrc.js...

Vue 簡單的目錄樹元件 附注釋

ref tree data layers 繫結資料 show checkbox node key name key為物件的name屬性 default expand all true 預設全部展開 check change checkchange 節點擊中改變事件 上述繫結的物件是 layers,接...

注釋轉換 c注釋 c 注釋

本專案基於乙個狀態機的思想,每次處理完成之後通過狀態的裝換繼續處理後邊的內容。另外,利用各類的檔案操作函式,實現將將c風格的注釋裝換成c 風格的注釋的乙個簡單功能。大概如下圖 什麼是狀態機?在本專案中,會用到四種狀態,既空狀態 正常 區 c注釋狀態 c風格注釋區 c 注釋狀態 c 風格注釋區 檔案結...