Méthode | Description | |
---|---|---|
GetObjectData ( SerializationInfo info, StreamingContext context ) : void |
Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
|
|
ImageEncryptedNamed ( |
Returns the NSImage instance associated with the specified name (from an encrypted content).
|
|
ImageFromEncryptedData ( |
Decrypts the given data and return an image.
|
|
ImageFromEncryptedPath ( |
Decrypts the given resource and return an image.
|
|
ImageFromEncryptedResource ( |
Decrypts the given resource and return an image.
|
|
ImageFromFile ( |
Create a NSImage from a file.
|
|
ImageFromResource ( |
Create a NSImage from a manifest resource stream. Once retrieved, the instance is named and cached.
|
|
ImageFromStream ( Stream stream ) : |
Create a NSImage from a stream.
|
Méthode | Description | |
---|---|---|
NSImage ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the NSImage class. This constructor is called during de-serializatin of embedded images for example.
|
Méthode | Description | |
---|---|---|
DataFromSerialization ( SerializationInfo info ) : |
Returns a NSData instance from the serialization context.
|
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | The |
context | StreamingContext | The destination (see |
Résultat | void |
public static ImageEncryptedNamed ( |
||
name | The name associated with the desired image. | |
encryptionSeed | The encryption seed to use. | |
Résultat |
public static ImageFromEncryptedData ( |
||
encryptedData | The encrypted artwork data. | |
encryptionSeed | The encryption seed to use. | |
Résultat |
public static ImageFromEncryptedPath ( |
||
path | The image resource path. | |
encryptionSeed | The encryption seed to use. | |
Résultat |
public static ImageFromEncryptedResource ( |
||
name | The image resource name. | |
encryptionSeed | The encryption seed to use. | |
Résultat |
public static ImageFromFile ( |
||
filename | The filename. | |
Résultat |
public static ImageFromResource ( |
||
type | The type whose assembly contains the manifest resource. | |
resourceName | String | Name of the resource. |
Résultat |
public static ImageFromStream ( Stream stream ) : |
||
stream | Stream | The stream. |
Résultat |
protected NSImage ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The serialization info. |
context | StreamingContext | The serialization context. |
Résultat | System |