CIImageAccumulator.FromRectangle メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FromRectangle(CGRect, CIFormat) |
指定した四角形から、指定した形式を使用して、新しいイメージ アキュムレータを作成して返します。 |
FromRectangle(CGRect, Int32) |
古い.
|
FromRectangle(CGRect, CIFormat, CGColorSpace) |
指定した書式と色空間を使用して、指定した四角形から新しいイメージ アキュムレータを作成して返します。 |
FromRectangle(CGRect, CIFormat)
指定した四角形から、指定した形式を使用して、新しいイメージ アキュムレータを作成して返します。
[Foundation.Export("imageAccumulatorWithExtent:format:")]
public static CoreImage.CIImageAccumulator FromRectangle (CoreGraphics.CGRect rect, CoreImage.CIFormat format);
static member FromRectangle : CoreGraphics.CGRect * CoreImage.CIFormat -> CoreImage.CIImageAccumulator
パラメーター
- rect
- CGRect
アキュムレータを作成する四角形。
- format
- CIFormat
アキュムレータのピクセル形式。
戻り値
- 属性
適用対象
FromRectangle(CGRect, Int32)
注意事項
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
パラメーター
- rect
- CGRect
- ciImageFormat
- Int32
戻り値
- 属性
適用対象
FromRectangle(CGRect, CIFormat, CGColorSpace)
指定した書式と色空間を使用して、指定した四角形から新しいイメージ アキュムレータを作成して返します。
[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
パラメーター
- extent
- CGRect
- format
- CIFormat
アキュムレータのピクセル形式。
- colorSpace
- CGColorSpace
アキュムレータの色空間。
戻り値
- 属性