Aspose::Pdf::BorderInfo class
Contents
[
Hide
]BorderInfo class
This class represents border for graphics elements.
class BorderInfo : public System::ICloneable
Methods
Method | Description |
---|---|
BorderInfo(BorderSide, System::SharedPtr<Color>) | Initializes a new instance of the BorderInfo class. |
BorderInfo() | Initializes a new instance of the BorderInfo class. |
BorderInfo(BorderSide) | Initializes a new instance of the BorderInfo class. |
BorderInfo(BorderSide, float) | Initializes a new instance of the BorderInfo class. |
BorderInfo(BorderSide, float, System::SharedPtr<Color>) | Initializes a new instance of the BorderInfo class. |
BorderInfo(BorderSide, System::SharedPtr<GraphInfo>) | Initializes a new instance of the BorderInfo class. |
Clone() override | Clones a new BorderInfo object. |
get_Bottom() const | Gets a object that indicates bottom of the border. |
get_Left() const | Gets a object that indicates left of the border. |
get_Right() const | Gets a object that indicates right of the border. |
get_RoundedBorderRadius() const | Gets a rouded border radius. |
get_Top() const | Gets a object that indicates the top border. |
set_Bottom(System::SharedPtr<GraphInfo>) | Sets a object that indicates bottom of the border. |
set_Left(System::SharedPtr<GraphInfo>) | Sets a object that indicates left of the border. |
set_Right(System::SharedPtr<GraphInfo>) | Sets a object that indicates right of the border. |
set_RoundedBorderRadius(double) | Sets a rouded border radius. |
set_Top(System::SharedPtr<GraphInfo>) | Sets a object that indicates the top border. |
See Also
- Class ICloneable
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++