Compartir a través de


CIImageAccumulator.FromRectangle Método

Definición

Sobrecargas

FromRectangle(CGRect, CIFormat)

Crea y devuelve un nuevo acumulador de imágenes a partir del rectángulo especificado y utilizando el formato especificado.

FromRectangle(CGRect, Int32)
Obsoletos.
FromRectangle(CGRect, CIFormat, CGColorSpace)

Crea y devuelve un nuevo acumulador de imágenes a partir del rectángulo especificado y utilizando el formato y el espacio de color especificados.

FromRectangle(CGRect, CIFormat)

Crea y devuelve un nuevo acumulador de imágenes a partir del rectángulo especificado y utilizando el formato especificado.

[Foundation.Export("imageAccumulatorWithExtent:format:")]
public static CoreImage.CIImageAccumulator FromRectangle (CoreGraphics.CGRect rect, CoreImage.CIFormat format);
static member FromRectangle : CoreGraphics.CGRect * CoreImage.CIFormat -> CoreImage.CIImageAccumulator

Parámetros

rect
CGRect

Rectángulo del que se va a crear el acumulador.

format
CIFormat

Formato de píxel del acumulador.

Devoluciones

Atributos

Se aplica a

FromRectangle(CGRect, Int32)

Precaución

Use the overload acceping a 'CIFormat' enum instead of an 'int'.

[System.Obsolete("Use the overload acceping a 'CIFormat' enum instead of an 'int'.", false)]
public static CoreImage.CIImageAccumulator FromRectangle (CoreGraphics.CGRect rect, int ciImageFormat);
static member FromRectangle : CoreGraphics.CGRect * int -> CoreImage.CIImageAccumulator

Parámetros

rect
CGRect
ciImageFormat
Int32

Devoluciones

Atributos

Se aplica a

FromRectangle(CGRect, CIFormat, CGColorSpace)

Crea y devuelve un nuevo acumulador de imágenes a partir del rectángulo especificado y utilizando el formato y el espacio de color especificados.

[Foundation.Export("imageAccumulatorWithExtent:format:colorSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImageAccumulator FromRectangle (CoreGraphics.CGRect extent, CoreImage.CIFormat format, CoreGraphics.CGColorSpace colorSpace);
static member FromRectangle : CoreGraphics.CGRect * CoreImage.CIFormat * CoreGraphics.CGColorSpace -> CoreImage.CIImageAccumulator

Parámetros

extent
CGRect
format
CIFormat

Formato de píxel del acumulador.

colorSpace
CGColorSpace

Espacio de color para el acumulador.

Devoluciones

Atributos

Se aplica a