Namespace Xui.Runtime.IOS
Namespaces
Classes
- ObjC
Objective-C Runtime. Exposing functions from "/usr/lib/libobjc.A.dylib" https://developer.apple.com/documentation/objectivec/objective-c_runtime
- ObjC.Class
Abstracts operations on Objective-C Class object.
- ObjC.Protocol
Abstracts operations on Objective-C Class object.
- ObjC.Ref
Abstracts C# interactions with an Objective-C reference counted instance.
- ObjC.Sel
Abstracts C# interactions with an Objective-C selector.
Structs
- CoreGraphics.CGAffineTransform
Affine transformation matrix in the form:
| A B 0 | | C D 0 | | Tx Ty 1 |Transforming a vector:
| A B 0 | [x' y' 1] = [x y 1] * | C D 0 | | Tx Ty 1 |
- ObjC.Super
Abstracts C# interactions with an Objective-C selector.
Enums
- CoreGraphics.CGLineCap
This is not 64 bit on 64 bit architecture, it is defined as int32_t.
- CoreGraphics.CGLineJoin
This is not 64 bit on 64 bit architecture, it is defined as int32_t.
- CoreGraphics.CGTextDrawingMode
This is not 64 bit on 64 bit architecture, it is defined as int32_t.
- CoreText.CTLineRef.BoundsOptions
Platform-safe flags controlling how CTLine bounds are calculated. Matches CTLineBoundsOptions from CoreText. (nuint)