Package | Description |
---|---|
crossmobile.ios.addressbook | |
crossmobile.ios.coregraphics |
Modifier and Type | Class and Description |
---|---|
class |
ABAddressBook
Deprecated.
|
class |
ABMultiValue
Deprecated.
|
class |
ABMutableMultiValue
Deprecated.
|
class |
ABRecord
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CFType |
ABRecord.copyValue(int property)
Deprecated.
Returns the value of the specified property of this ABRecord.
|
CFType |
ABMultiValue.copyValueAtIndex(long index)
Deprecated.
Returns the value of the specified index.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ABMutableMultiValue.addValueAndLabel(CFType value,
String label,
int[] outIdentifier)
Deprecated.
Adds the specified value and label to this multivalue property.
|
long |
ABMultiValue.getFirstIndexOfValue(CFType value)
Deprecated.
Returns the first index of the specified value.
|
boolean |
ABMutableMultiValue.insertValueAndLabelAtIndex(CFType value,
String label,
long index,
int[] outIdentifier)
Deprecated.
Inserts the specified value and label into a multivalue property.
|
boolean |
ABMutableMultiValue.replaceValueAtIndex(CFType value,
long index)
Deprecated.
Replaces the specified value with the new value.
|
boolean |
ABRecord.setValue(int property,
CFType value,
crossmobile.rt.StrongReference<NSError> error)
Deprecated.
Sets the value of the specified property for this ABRecord.
|
Modifier and Type | Class and Description |
---|---|
class |
CGBitmapContext
CGBitmapContext class defines an object that represents a CGContext object as
a bitmap.
|
class |
CGColor
CGColor class defines an object that represents a color used in the graphics
context as a structure of components.
|
class |
CGColorSpace
CGColorSpace class defines an object that incorporates information related to
color space.
|
class |
CGContext
CGContext class defines an object that represents the graphics context of the
application.
|
class |
CGDataProvider
CGDataProvider class defines an object that is responsible for providing
graphics data to Quartz functions.
|
class |
CGFont
CGFont class defines an object that incorporates information related to
fonts.
|
class |
CGGradient
CGGradient class defines an object that represents a color gradient.
|
class |
CGImage
CGImage class defines an object that represents a bitmap image.
|
class |
CGLayer
CGLayer class defines a drawing optimization object.
|
Copyright © 2020. All rights reserved.