Class OdGraphicObject
Class OdGraphicObject
名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 收藏: Aspose.Imaging.dll (25.4.0)
开放文档图形对象。
[JsonObject(MemberSerialization.OptIn)]
public class OdGraphicObject : OdObject
Inheritance
object ← OdObject ← OdGraphicObject
Derived
OdArc , OdClosePath , OdCurveTo , OdEllipticalQundrant , OdEndPath , OdEnhancedGeometry , OdEquation , OdImageObject , OdLineTo , OdListItem , OdMarker , OdMoveTo , OdNoFillPath , OdNoStrokePath , OdPage , OdStyledObject , OdTextBox
继承人
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
OdGraphicObject(OdObject)
启动 Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdGraphicObject 类的新例子。
public OdGraphicObject(OdObject parent)
Parameters
parent
OdObject
父母的。
Properties
AbsoluteCoordinates
接收或设置一个值,表明是否(绝对坐标)。
[JsonProperty]
public bool AbsoluteCoordinates { get; set; }