CIFilterShape.Inset(Int32, Int32) Method

Definition

Moves the filter region by the specified X and Y directions.

[Foundation.Export("insetByX:Y:")]
public virtual CoreImage.CIFilterShape Inset (int dx, int dy);
abstract member Inset : int * int -> CoreImage.CIFilterShape
override this.Inset : int * int -> CoreImage.CIFilterShape

Parameters

dx
Int32
dy
Int32

Returns

Attributes

Applies to