Interface IMarchingAnts
Draws a marching ants effect for a rectangle.
Inherited Members
Namespace: Gorgon.Editor.Rendering
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IMarchingAnts : IDisposable
Methods
| Edit this page View SourceAnimate()
Function to animate the marching ants.
Declaration
void Animate()
Draw(RectangleF)
Function to draw the marching ants rectangle.
Declaration
void Draw(RectangleF rect)
Parameters
Type | Name | Description |
---|---|---|
RectangleF | rect | The rectangular region to draw in. |