Transform2D Class

Defines the Transform2D Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is xdr14:xfrm.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D

Namespace:  DocumentFormat.OpenXml.Office2010.Excel.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Extents))> _
<ChildElementInfoAttribute(GetType(Offset))> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class Transform2D _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Transform2D
[ChildElementInfoAttribute(typeof(Extents))]
[ChildElementInfoAttribute(typeof(Offset))]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class Transform2D : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Drawing.Offset <a:off>

  • DocumentFormat.OpenXml.Drawing.Extents <a:ext>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Transform2D Members

DocumentFormat.OpenXml.Office2010.Excel.Drawing Namespace