Camera — Aspose.Slides FOSS C++ API Reference

Camera — Represents camera properties for 3D scene rendering.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
CameraPresetTypeCameraPresetTypeRead

Methods

MethodReturnsDescription
CameraPresetType()CameraPresetType
init_internal()voidInitialize XML-backed camera.
get_camera()pugi::xml_nodeGet the element if it exists within the scene3d element.
ensure_camera()pugi::xml_nodeGet or create the element with default preset “orthographicFront”.
save()voidSave changes via the save callback.
set_camera_type()voidSets the camera preset type.

See Also