Add()

IDrawingGuidesCollection::Add(Orientation, float) method

Adds the drawing guide at the end of the collection.

virtual System::SharedPtr<IDrawingGuide> Aspose::Slides::IDrawingGuidesCollection::Add(Orientation orientation, float position)=0

Arguments

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

See Also