Piccolo.NET

PBoundsHandle.FlipSiblingBoundsHandles Method 

Flips this bounds handle or any if it's siblings if necessary.

public virtual void FlipSiblingBoundsHandles(
   bool flipX,
   bool flipY
);

Parameters

flipX
True if bounds handles should be flipped in the x-direction.
flipY
True if bounds handles should be flipped in the y-direction.

Remarks

While dragging the bounds handles, the node being resized may cross over itself and become reversed (if it is dragged through zero-width or zero-height). In this case, the locators for some of the bounds handles will have to be flipped to the opposite side.

See Also

PBoundsHandle Class | UMD.HCIL.PiccoloX.Handles Namespace