NSCoder_UIGeometryKeyedCoding 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 set of NSCoder extension methods that add encoding of geometry-based data for use in UIKit.
public static class NSCoder_UIGeometryKeyedCoding
type NSCoder_UIGeometryKeyedCoding = class
- Inheritance
-
NSCoder_UIGeometryKeyedCoding
Methods
DecodeCGAffineTransform(NSCoder, String) |
Decodes and then returns the affine transform structure that is associated with the designated key. |
DecodeCGPoint(NSCoder, String) |
Decodes and then returns the point structure that is associated with the designated key. |
DecodeCGRect(NSCoder, String) |
Decodes and then returns the rectangle structure that is associated with the designated key. |
DecodeCGSize(NSCoder, String) |
Decodes and then returns the size structure that is associated with the designated key. |
DecodeCGVector(NSCoder, String) |
Decodes and then returns the vector structure that is associated with the designated key. |
DecodeDirectionalEdgeInsets(NSCoder, String) | |
DecodeUIEdgeInsets(NSCoder, String) |
Decodes and then returns the edge insets that are associated with the designated key. |
DecodeUIOffsetForKey(NSCoder, String) |
Decodes and then returns the offset that is associated with the designated key. |
Encode(NSCoder, CGAffineTransform, String) |
Encodes the affine transform and also associates it with the designated key. |
Encode(NSCoder, CGPoint, String) | |
Encode(NSCoder, CGRect, String) | |
Encode(NSCoder, CGSize, String) | |
Encode(NSCoder, CGVector, String) |
Encodes the vector and also associates it with the designated key. |
Encode(NSCoder, NSDirectionalEdgeInsets, String) | |
Encode(NSCoder, UIEdgeInsets, String) |
Encodes the edge insets and also associates them with the designated key. |
Encode(NSCoder, UIOffset, String) |
Encodes the offset and also associates it with the designated key. |