طريقة Aspose::Page::IInteractiveDevice::AddOutline
IInteractiveDevice::AddOutline(int32_t, System::String) method
يضيف عنصر مخطط مع الكائن الأخير كهدف له.
virtual void Aspose::Page::IInteractiveDevice::AddOutline(int32_t outlineLevel, System::String description)=0
| Parameter | Type | الوصف |
|---|---|---|
| outlineLevel | int32_t | مستوى المخطط. |
| الوصف | System::String | وصف العنصر. |
انظر أيضًا
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++
IInteractiveDevice::AddOutline(System::Drawing::PointF, int32_t, System::String) method
يضيف عنصر مخطط مع نقطة الأصل كهدف له.
virtual void Aspose::Page::IInteractiveDevice::AddOutline(System::Drawing::PointF origin, int32_t outlineLevel, System::String description)=0
| Parameter | Type | الوصف |
|---|---|---|
| origin | System::Drawing::PointF | مصدر الهدف. |
| outlineLevel | int32_t | مستوى المخطط. |
| الوصف | System::String | وصف العنصر. |
انظر أيضًا
- Class PointF
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++