2.2.4.36 CT_ImageRegionUse

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared

A complex type that specifies an image region along with its layout position.

 <xs:complexType name="CT_ImageRegionUse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="pos" nillable="true" type="tns:CT_LayoutPosition"/>
     <xs:element name="reg" nillable="true" type="tns:CT_GenericImageRegion"/>
   </xs:sequence>
 </xs:complexType>

pos:  A CT_LayoutPosition (section 2.2.4.39) element that specifies the location for the image.

reg:  A CT_GenericImageRegion (section 2.2.4.32) element that specifies source information about the individual image relative to a larger image cluster.