Ejemplo n.º 1
0
 public bool IsWithinColShape(ColShape colshape)
 {
     return(Native.Element.IsWithinColShape(this.userdata, colshape.GetUserData()));
 }