Exemplo n.º 1
0
 /// <summary>
 /// Sends a command to compositor to remove the child 
 /// from its parent on the channel.
 /// </summary>
 void DUCE.IResource.RemoveChildFromParent(
         DUCE.IResource parent,
         DUCE.Channel channel)
 {
     DUCE.CompositionNode.RemoveChild(
         parent.GetHandle(channel),
         _proxy.GetHandle(channel),
         channel);
 }