Aspose::Pdf::Rectangle::Parse method
Rectangle::Parse method
Try to parse string and extract from it rectangle components llx, lly, urx, ury.
static System::SharedPtr<Rectangle> Aspose::Pdf::Rectangle::Parse(const System::String &value)
| Parameter | Type | Description |
|---|---|---|
| value | const System::String& | String to parse. |
ReturnValue
Rectangle object.
See Also
- Typedef SharedPtr
- Class Rectangle
- Class String
- Class Rectangle
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++