コード例 #1
0
ファイル: CanvasManager.cs プロジェクト: f-spot/f-spot-xplat
 public void QueueMeasure(CanvasItem item)
 {
     item.Measure(item.ContentSize);
 }