Méthode Aspose::Page::IInteractiveDevice::AddOutline
Contenu
[
Cacher
]IInteractiveDevice::AddOutline(int32_t, System::String) method
Ajoute un élément de contour avec le dernier objet comme cible.
virtual void Aspose::Page::IInteractiveDevice::AddOutline(int32_t outlineLevel, System::String description)=0
| Paramètre | Type | Description |
|---|---|---|
| outlineLevel | int32_t | Le niveau du plan. |
| description | System::String | La description de l’élément. |
Voir aussi
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++
IInteractiveDevice::AddOutline(System::Drawing::PointF, int32_t, System::String) method
Ajoute un élément de contour avec le point d’origine comme cible.
virtual void Aspose::Page::IInteractiveDevice::AddOutline(System::Drawing::PointF origin, int32_t outlineLevel, System::String description)=0
| Paramètre | Type | Description |
|---|---|---|
| origin | System::Drawing::PointF | L’origine cible. |
| outlineLevel | int32_t | Le niveau du plan. |
| description | System::String | La description de l’élément. |
Voir aussi
- Class PointF
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++