示例#1
0
 public static bool IsSupported(IGraphicsHandle Handle)
 {
     return(Handle is IGraphicsHandlePrivate);
 }
示例#2
0
 public bool Equals(IGraphicsHandle other)
 {
     return(Equals((object)other));
 }