Freigeben über


Transform2D-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Hinweise

The following table lists the possible child types:

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

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Transform2D-Member

DocumentFormat.OpenXml.Office2010.Drawing-Namespace