Op Englesch liesen Editéieren

Deelen iwwer


CIImageAccumulator.FromRectangle Method

Definition

Overloads

FromRectangle(CGRect, CIFormat)

Creates and returns a new image accumulator from the specified rectangle and using the specified format.

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

Creates and returns a new image accumulator from the specified rectangle and using the specified format and color space.

FromRectangle(CGRect, CIFormat)

Creates and returns a new image accumulator from the specified rectangle and using the specified format.

C#
[Foundation.Export("imageAccumulatorWithExtent:format:")]
public static CoreImage.CIImageAccumulator FromRectangle (CoreGraphics.CGRect rect, CoreImage.CIFormat format);

Parameters

rect
CGRect

The rectangle from which to create the accumulator.

format
CIFormat

The pixel format for the accumulator.

Returns

Attributes

Applies to

Xamarin.Mac SDK 14
Produkt Versiounen
Xamarin.Mac SDK 14

FromRectangle(CGRect, Int32)

Caution

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

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

Parameters

rect
CGRect
ciImageFormat
Int32

Returns

Attributes

Applies to

Xamarin.Mac SDK 14
Produkt Versiounen (Obsolet)
Xamarin.Mac SDK (14)

FromRectangle(CGRect, CIFormat, CGColorSpace)

Creates and returns a new image accumulator from the specified rectangle and using the specified format and color space.

C#
[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);

Parameters

extent
CGRect
format
CIFormat

The pixel format for the accumulator.

colorSpace
CGColorSpace

The color space for the accumulator.

Returns

Attributes

Applies to

Xamarin.Mac SDK 14
Produkt Versiounen
Xamarin.Mac SDK 14