Ejemplo n.º 1
0
 public static bool IsSupported(IGraphicsHandle Handle)
 {
     return(Handle is IGraphicsHandlePrivate);
 }
Ejemplo n.º 2
0
 public bool Equals(IGraphicsHandle other)
 {
     return(Equals((object)other));
 }