DrawingGroup.Open Metoda

Definice

Otevře, DrawingGroup aby se Children naplnila a vymaže všechny existující Children.

public:
 System::Windows::Media::DrawingContext ^ Open();
public System.Windows.Media.DrawingContext Open();
member this.Open : unit -> System.Windows.Media.DrawingContext
Public Function Open () As DrawingContext

Návraty

Lze DrawingContext použít k popisu obsahu tohoto DrawingGroup objektu.

Poznámky

Před vykreslením tohoto DrawingContext objektu DrawingGroup musíte objekt zavřít.

Platí pro

Viz také