|
Sendbird Chat SDK for .NET
|
Represents image thumbnail size. Currently this is valid only for image files. More...
Public Member Functions | |
| SbThumbnailSize (int inMaxWidth, int inMaxHeight) | |
Properties | |
| int | MaxWidth [get, set] |
| The maximum width of thumbnail to be generated. More... | |
| int | MaxHeight [get, set] |
| The maximum height of thumbnail to be generated. More... | |
Represents image thumbnail size. Currently this is valid only for image files.
| SbThumbnailSize | ( | int | inMaxWidth, |
| int | inMaxHeight | ||
| ) |
|
getset |
The maximum height of thumbnail to be generated.
|
getset |
The maximum width of thumbnail to be generated.