set_UpVector()

Backdrop3DScene::set_UpVector(System::ArrayPtr<float>) method

Sets a vector representing up. To be more precise, this attribute defines a vector representing up in relation to the face of the backdrop plane. Vector represented by array of 3 float values which define X, Y and Z coordinates. Write float[].

void Aspose::Slides::Backdrop3DScene::set_UpVector(System::ArrayPtr<float> value) override

See Also