UIKit.NSCoder_UIGeometryKeyedCoding Members

The members of UIKit.NSCoder_UIGeometryKeyedCoding are listed below.

See Also: Inherited members from System.Object

Public Methods

static
DecodeCGAffineTransform(this Foundation.NSCoder, string) : CoreGraphics.CGAffineTransform
Decodes and then returns the affine transform structure that is associated with the designated key.
static
DecodeCGPoint(this Foundation.NSCoder, string) : CoreGraphics.CGPoint
Decodes and then returns the point structure that is associated with the designated key.
static
DecodeCGRect(this Foundation.NSCoder, string) : CoreGraphics.CGRect
Decodes and then returns the rectangle structure that is associated with the designated key.
static
DecodeCGSize(this Foundation.NSCoder, string) : CoreGraphics.CGSize
Decodes and then returns the size structure that is associated with the designated key.
static
DecodeCGVector(this Foundation.NSCoder, string) : CoreGraphics.CGVector
Decodes and then returns the vector structure that is associated with the designated key.
static
DecodeUIEdgeInsets(this Foundation.NSCoder, string) : UIEdgeInsets
Decodes and then returns the edge insets that are associated with the designated key.
static
DecodeUIOffsetForKey(this Foundation.NSCoder, string) : UIOffset
Decodes and then returns the offset that is associated with the designated key.
static
Encode(this Foundation.NSCoder, CoreGraphics.CGAffineTransform, string)
Encodes the affine transform and also associates it with the designated key.
static
Encode(this Foundation.NSCoder, CoreGraphics.CGVector, string)
Encodes the vector and also associates it with the designated key.
static
Encode(this Foundation.NSCoder, string, CoreGraphics.CGPoint)
Encodes the point and also associates it with the designated key.
static
Encode(this Foundation.NSCoder, string, CoreGraphics.CGRect)
Encodes the rectangle and also associates it with the designated key.
static
Encode(this Foundation.NSCoder, string, CoreGraphics.CGSize)
Encodes the size and also associates it with the designated key.
static
Encode(this Foundation.NSCoder, UIEdgeInsets, string)
Encodes the edge insets and also associates them with the designated key.
static
Encode(this Foundation.NSCoder, UIOffset, string)
Encodes the offset and also associates it with the designated key.