Table of Contents

Struct Outline.Options

Namespace
PAC.ImageEditing

Defines how the outline in DrawOutline(Texture2D, Color, in Options) will look.

public struct Outline.Options
Inherited Members
Extension Methods

Fields

includeBottomLeft

Whether to draw the outline on the bottom-left edges.

public bool includeBottomLeft

Field Value

bool

includeBottomMiddle

Whether to draw the outline on the bottom-middle edges.

public bool includeBottomMiddle

Field Value

bool

includeBottomRight

Whether to draw the outline on the bottom-right edges.

public bool includeBottomRight

Field Value

bool

includeMiddleLeft

Whether to draw the outline on the middle-left edges.

public bool includeMiddleLeft

Field Value

bool

includeMiddleRight

Whether to draw the outline on the middle-right edges.

public bool includeMiddleRight

Field Value

bool

includeTopLeft

Whether to draw the outline on the top-left edges.

public bool includeTopLeft

Field Value

bool

includeTopMiddle

Whether to draw the outline on the top-middle edges.

public bool includeTopMiddle

Field Value

bool

includeTopRight

Whether to draw the outline on the top-right edges.

public bool includeTopRight

Field Value

bool

outlineType

public Outline.Options.OutlineType outlineType

Field Value

Outline.Options.OutlineType

Methods

EnumerateDirectionsToInclude()

Iterates over the directions associated with includeTopLeft etc for those that are true.

public readonly IEnumerable<Direction8> EnumerateDirectionsToInclude()

Returns

IEnumerable<Direction8>