Table of Contents

Struct ImageEdit.ExtendCropOptions

Namespace
PAC.ImageEditing
public struct ImageEdit.ExtendCropOptions
Inherited Members
Extension Methods

Fields

bottom

How many rows of pixels to add to the bottom side of the texture.

public int bottom

Field Value

int

Remarks

Negative values will crop the texture.

left

How many columns of pixels to add to the left side of the texture.

public int left

Field Value

int

Remarks

Negative values will crop the texture.

right

How many columns of pixels to add to the right side of the texture.

public int right

Field Value

int

Remarks

Negative values will crop the texture.

top

How many rows of pixels to add to the top side of the texture.

public int top

Field Value

int

Remarks

Negative values will crop the texture.