get_Frame()

IShape::get_Frame() method

Returns the shape frame’s properties. Read IShapeFrame.

virtual System::SharedPtr<IShapeFrame> Aspose::Slides::IShape::get_Frame()=0

Remarks

Value of each property of the returned IShapeFrame instance is not undefined (is not NaN or NotDefined). Value of each property of the assigned IShapeFrame instance must be not undefined (must be not NaN or NotDefined). You can set undefined values for RawFrame instance properties.

See Also