Add(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t lowerRightRow, int32_t lowerRightColumn, const Vector <uint8_t>& stream) | Adds a picture to the collection. |
Add(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t lowerRightRow, int32_t lowerRightColumn, const U16String& fileName) | Adds a picture to the collection. |
Add(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t lowerRightRow, int32_t lowerRightColumn, const char16_t* fileName) | Adds a picture to the collection. |
Add(int32_t upperLeftRow, int32_t upperLeftColumn, const Vector <uint8_t>& stream) | Adds a picture to the collection. |
Add(int32_t upperLeftRow, int32_t upperLeftColumn, const U16String& fileName) | Adds a picture to the collection. |
Add(int32_t upperLeftRow, int32_t upperLeftColumn, const char16_t* fileName) | Adds a picture to the collection. |
Add(int32_t upperLeftRow, int32_t upperLeftColumn, const Vector <uint8_t>& stream, int32_t widthScale, int32_t heightScale) | Adds a picture to the collection. |
Add(int32_t upperLeftRow, int32_t upperLeftColumn, const U16String& fileName, int32_t widthScale, int32_t heightScale) | Adds a picture to the collection. |
Add(int32_t upperLeftRow, int32_t upperLeftColumn, const char16_t* fileName, int32_t widthScale, int32_t heightScale) | Adds a picture to the collection. |
Camera(int32_t row, int32_t column, const U16String& range) | Takes a photo of the range. |
Camera(int32_t row, int32_t column, const char16_t* range) | Takes a photo of the range. |
Clear() | Clear all pictures. |
Get(int32_t index) | Gets the Picture element at the specified index. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const PictureCollection& src) | operator= |
PictureCollection(PictureCollection_Impl* impl) | Constructs from an implementation object. |
PictureCollection(const PictureCollection& src) | Copy constructor. |
RemoveAt(int32_t index) | Remove shapes at the specific index. |
~PictureCollection() | Destructor. |