DrawingGroup.Append 方法
定義
開啟 DrawingGroup,以填入它的 Children。Opens the DrawingGroup in order to populate its Children. 這個方法可讓您將其他 Children 附加到這個 DrawingGroup。This method enables you to append additional Children to this DrawingGroup.
public:
System::Windows::Media::DrawingContext ^ Append();
public System.Windows.Media.DrawingContext Append ();
member this.Append : unit -> System.Windows.Media.DrawingContext
Public Function Append () As DrawingContext
傳回
DrawingContext,可以用來描述這個 DrawingGroup 物件的內容。A DrawingContext that you can use to describe the contents of this DrawingGroup object.
備註
您必須先關閉, DrawingContext 才能轉譯 DrawingGroup 。You must close the DrawingContext before you can render this DrawingGroup.