Table of Contents

Class OdMarker

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly
Aspose.Imaging.dll

The Marker

public class OdMarker : OdGraphicObject
Inheritance
OdMarker
Inherited Members

Constructors

OdMarker(OdObject)

Initializes a new instance of the OdMarker class.

public OdMarker(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

PathCommands

Gets or sets the path commands.

public OdGraphicObject[] PathCommands { get; set; }

Property Value

OdGraphicObject[]

The path commands.

Rectangle

Gets or sets the rectangle.

public RectangleF Rectangle { get; set; }

Property Value

RectangleF

The rectangle.