Add()

DrawingGuidesCollection::Add(Orientation, float) method

Adds the drawing guide at the end of the collection.

System::SharedPtr<IDrawingGuide> Aspose::Slides::DrawingGuidesCollection::Add(Orientation orientation, float position) override

Arguments

ParameterTypeDescription
orientationOrientationOrientation of the drawing guide.
positionfloatPosition of the the drawing guide in points.

See Also