Gorgon
Show / Hide Table of Contents

Interface IMarchingAnts

Draws a marching ants effect for a rectangle.

Inherited Members
IDisposable.Dispose()
Namespace: Gorgon.Editor.Rendering
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IMarchingAnts : IDisposable

Methods

| Edit this page View Source

Animate()

Function to animate the marching ants.

Declaration
void Animate()
| Edit this page View Source

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.

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author