Class OdGraphicObject
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The open document graphic object.
public class OdGraphicObject : OdObject
- Inheritance
-
OdGraphicObject
- Derived
- Inherited Members
Constructors
OdGraphicObject(OdObject)
Initializes a new instance of the OdGraphicObject class.
public OdGraphicObject(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
AbsoluteCoordinates
Gets or sets a value indicating whether [absolute coordinates].
public bool AbsoluteCoordinates { get; set; }
Property Value
- bool
true
if [absolute coordinates]; otherwise,false
.