CIPerspectiveTransformWithExtent 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據檢視方塊轉換改變總影像部分的篩選準則。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public class CIPerspectiveTransformWithExtent : CoreImage.CIPerspectiveTransform
type CIPerspectiveTransformWithExtent = class
inherit CIPerspectiveTransform
- 繼承
- 屬性
備註
下列範例顯示此使用中的篩選
// Create the CIImage from a file
CIImage heron = CIImage.FromCGImage (UIImage.FromFile ("heron.jpg").CGImage);
var extent = heron.Extent;
// Create a CIPerspectiveTransformWithExtent filter with the input image
var perspective_transform_with_extent = new CIPerspectiveTransformWithExtent () {
Image = heron,
BottomLeft = new CIVector (extent.Left + 70, extent.Top + 20),
BottomRight = new CIVector (extent.Right - 70, extent.Top - 20),
TopLeft = new CIVector (extent.Left - 70, extent.Bottom - 20),
TopRight = new CIVector (extent.Right + 70, extent.Bottom + 20),
Extent = new CIVector (new float [] {extent.X + 100, extent.Y + 100, extent.Width - 100, extent.Height - 100})
};
// Get the altered image from the filter
var output = perspective_transform_with_extent.OutputImage;
// To render the results, we need to create a context, and then
// use one of the context rendering APIs, in this case, we render the
// result into a CoreGraphics image, which is merely a useful representation
//
var context = CIContext.FromOptions (null);
var cgimage = context.CreateCGImage (output, output.Extent);
// The above cgimage can be added to a screen view, for example, this
// would add it to a UIImageView on the screen:
myImageView.Image = UIImage.FromImage (cgimage);
使用下列影像輸入:
產生下列輸出:
「canon」 © 2012 cuatrok77 hernandez,在 Creative Commons Attribution-ShareAlike 授權下使用: https://creativecommons.org/licenses/by-sa/3.0/
建構函式
CIPerspectiveTransformWithExtent() |
使用預設值建立新的 CIPerspectiveTransformWithExtent。 |
CIPerspectiveTransformWithExtent(IntPtr) |
建立 Unmanaged 物件的 Managed 標記法時所使用的建構函式;由執行時間呼叫。 |
CIPerspectiveTransformWithExtent(NSCoder) |
從儲存在 unarchiver 物件中的資料初始化 物件的建構函式。 |
CIPerspectiveTransformWithExtent(NSObjectFlag) |
在衍生類別上呼叫的建構函式,以略過初始化,並只配置 物件。 |
屬性
Attributes |
篩選準則的可設定屬性。 (繼承來源 CIFilter) |
BottomLeft |
取得或設定已轉換影像的左下角。 (繼承來源 CIPerspectiveTransform) |
BottomRight |
取得或設定已轉換影像的右下角。 (繼承來源 CIPerspectiveTransform) |
Class |
根據檢視方塊轉換改變總影像部分的篩選準則。 (繼承來源 NSObject) |
ClassHandle |
這個類別的控制碼。 (繼承來源 CIFilter) |
DebugDescription |
此物件的開發人員有意義描述。 (繼承來源 NSObject) |
Description |
物件的描述,ToString 的 Objective-C 版本。 (繼承來源 NSObject) |
Extent |
取得或設定來源影像中的區域,以轉換成目標映射。 |
Handle |
處理 unmanaged 物件標記法) (指標。 (繼承來源 NSObject) |
Image |
取得或設定要篩選的影像。 (繼承來源 CIFilter) |
InputKeys |
取得陣列,其中包含篩選準則的輸入索引鍵名稱。 (繼承來源 CIFilter) |
IsDirectBinding |
根據檢視方塊轉換改變總影像部分的篩選準則。 (繼承來源 NSObject) |
IsProxy |
根據檢視方塊轉換改變總影像部分的篩選準則。 (繼承來源 NSObject) |
Item[NSString] |
取得 所 |
Name |
取得篩選名稱。 (繼承來源 CIFilter) |
OutputImage |
取得將篩選套用至 Image 所產生的影像。 (繼承來源 CIFilter) |
OutputKeys |
取得陣列,其中包含篩選的輸出索引鍵名稱。 (繼承來源 CIFilter) |
RetainCount |
傳回物件的目前 Objective-C 保留計數。 (繼承來源 NSObject) |
Self |
根據檢視方塊轉換改變總影像部分的篩選準則。 (繼承來源 NSObject) |
Superclass |
根據檢視方塊轉換改變總影像部分的篩選準則。 (繼承來源 NSObject) |
SuperHandle |
用來表示這個 NSObject 基類中方法的控制碼。 (繼承來源 NSObject) |
TopLeft |
取得或設定已轉換影像的左上角。 (繼承來源 CIPerspectiveTransform) |
TopRight |
取得或設定已轉換影像的右上角。 (繼承來源 CIPerspectiveTransform) |
Zone |
根據檢視方塊轉換改變總影像部分的篩選準則。 (繼承來源 NSObject) |
方法
擴充方法
ObjectDidBeginEditing(NSObject, INSEditor) |
根據檢視方塊轉換改變總影像部分的篩選準則。 |
ObjectDidEndEditing(NSObject, INSEditor) |
根據檢視方塊轉換改變總影像部分的篩選準則。 |
GetValidModes(NSObject, NSFontPanel) |
根據檢視方塊轉換改變總影像部分的篩選準則。 |
ValidateToolbarItem(NSObject, NSToolbarItem) |
根據檢視方塊轉換改變總影像部分的篩選準則。 |
GetDebugDescription(INSObjectProtocol) |
根據檢視方塊轉換改變總影像部分的篩選準則。 |
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel) |
根據檢視方塊轉換改變總影像部分的篩選準則。 |
BeginPreviewPanelControl(NSObject, QLPreviewPanel) |
根據檢視方塊轉換改變總影像部分的篩選準則。 |
EndPreviewPanelControl(NSObject, QLPreviewPanel) |
根據檢視方塊轉換改變總影像部分的篩選準則。 |
GetAccessibilityCustomRotors(NSObject) |
取得適用于 |
SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[]) |
設定適用于 |