Class OdMarker
Class OdMarker
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.4.0)
The Marker
[JsonObject(MemberSerialization.OptIn)]
public class OdMarker : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdMarker
Inherited Members
OdGraphicObject.AbsoluteCoordinates , OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
OdMarker(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdMarker class.
public OdMarker(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Name
Gets or sets the name.
[JsonProperty]
public string Name { get; set; }
Property Value
PathCommands
Gets or sets the path commands.
[JsonProperty]
public OdGraphicObject[] PathCommands { get; set; }
Property Value
Rectangle
Gets or sets the rectangle.
[JsonProperty]
public RectangleF Rectangle { get; set; }