CIVector Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A vector for use with Core Image objects such as CIFilter.
[Foundation.Register("CIVector", true)]
public class CIVector : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("CIVector", true)>]
type CIVector = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CIVector(CGAffineTransform) |
Creates a new CIVector by flattening the six values in an affine transform into the first six posistions in the new CIVector. |
| CIVector(CGPoint) |
Creates a new CIVector for the specified point. |
| CIVector(CGRect) |
Creates a new CIVector and fills it with the X, Y, height, and width values. |
| CIVector(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| CIVector(NFloat, NFloat, NFloat, NFloat) |
Creates a new CIVector with the specified X, Y, Z, and W coordinates. |
| CIVector(NFloat, NFloat, NFloat) |
Creates a new CIVector with the specified X, Y and Z coordinates. |
| CIVector(NFloat, NFloat) |
Creates a new CIVector with the specified X and Y coordinates. |
| CIVector(NFloat) |
Creates a new one-dimensional vector. |
| CIVector(NFloat[], IntPtr) | |
| CIVector(NFloat[]) |
Creates a new vector from the array of values. |
| CIVector(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| CIVector(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| CIVector(String) |
Creates a new CIVector from the specified string representation. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AffineTransform |
Gets the affine transform that is represented by the first 6 elements of this CIVector. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| Count |
Gets the number of items in this CIVector. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Point | |
| Rectangle |
Gets a rectangle whose X-coordinate, Y-coordinate, height, and width are given by the X, Y. Z, and W properties, respectively. . |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| W |
Gets the fourth value in the vector. |
| X |
Gets the first value in the vector. |
| Y |
Gets the second value in the vector. |
| Z |
Gets the third value in the vector. |
| Zone | (Inherited from NSObject) |