private void raise_OnElementColShapeLeave(Element sender, ColShape colShape, bool matchingDimension) { if (this.OnElementColShapeLeave != null) { this.OnElementColShapeLeave(sender, new ElementColShapeEventArgs(this, colShape, matchingDimension)); } }
public extern bool IsWithinColShape(ColShape colshape);
public bool IsWithinColShape(ColShape colshape) { return(Native.Element.IsWithinColShape(this.userdata, colshape.GetUserData())); }