Class OdMarker
Class OdMarker
Pôvodný názov: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Označovač
[JsonObject(MemberSerialization.OptIn)]
public class OdMarker : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdMarker
Z dedičných členov
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)
Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdMarker.
public OdMarker(OdObject parent)
Parameters
parent
OdObject
a rodičom .
Properties
Name
Dostane alebo nastaví názov.
[JsonProperty]
public string Name { get; set; }
Hodnota nehnuteľnosti
PathCommands
Získajte alebo nastavíte príkaz cesty.
[JsonProperty]
public OdGraphicObject[] PathCommands { get; set; }
Hodnota nehnuteľnosti
Rectangle
Dostanete alebo nastavíte rektangul.
[JsonProperty]
public RectangleF Rectangle { get; set; }