Creates a new picture using the given stream data and the given filename.
Namespace: CkSoftware.GroupMe.Sdk.ImagesAssembly: CkSoftware.GroupMe.Sdk.Images (in CkSoftware.GroupMe.Sdk.Images.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax
Parameters
- data
- Type: System.IO Stream
The data stream containing the image.
- fileName
- Type: System String
The filename of the image.
Return Value
Type: PictureDataThe new created picture data which can be used in any avatar or message attachment.
See Also