GroupMeImages ClassCkSoftware GroupMe SDK - Documentation
Managing class for GroupMe images.
Inheritance Hierarchy

System Object
  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

public class GroupMeImages

The GroupMeImages type exposes the following members.

Constructors

  NameDescription
Public methodGroupMeImages
Instantiate a new GroupMeImages object.
Top
Methods

  NameDescription
Public methodCreatePicture(Stream, String)
Creates a new picture using the given stream data and the given filename.
Public methodCreatePicture(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.
Public methodCreatePictureAsync(Stream, String)
Asynchronous creates a new picture using the given stream data and the given filename asynchronous.
Public methodCreatePictureAsync(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.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also