Managing class for GroupMe images.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Images GroupMeImages
Namespace: CkSoftware.GroupMe.Sdk.Images
Assembly: CkSoftware.GroupMe.Sdk.Images (in CkSoftware.GroupMe.Sdk.Images.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax
The GroupMeImages type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupMeImages |
Instantiate a new GroupMeImages object.
|
Methods
Name | Description | |
---|---|---|
CreatePicture(Stream, String) |
Creates a new picture using the given stream data and the given filename.
| |
CreatePicture(String, String) |
Creates a new picture using the given web url and the given filename. Downloads the web-url content first and uploads it then to the GroupMe ImagingService.
| |
CreatePictureAsync(Stream, String) |
Asynchronous creates a new picture using the given stream data and the given filename asynchronous.
| |
CreatePictureAsync(String, String) |
Asynchronous creates a new picture using the given web url and the given filename. Downloads the web-url content first and uploads it then to the GroupMe ImagingService.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also