Aspose::Cells::Drawing::Shape::GetRelativeToOriginalPictureSize method
Shape::GetRelativeToOriginalPictureSize method
Indicates whether shape is relative to original picture size.
bool Aspose::Cells::Drawing::Shape::GetRelativeToOriginalPictureSize()
Examples
if (shape.GetRelativeToOriginalPictureSize())
shape.SetRelativeToOriginalPictureSize(false);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++