Hello Dave,
From your post, my understanding on this issue is: you want to know the
meaning of "bounding box" and how the nodes such as <p:blipFill> work. If
I'm off base, please feel free to let me know.
The bounding box is represented by specifying an offset in x and y
(attributes x and y of a
ff) and extents in x and y (attributes cx and cy
of a:ext, both of which must be greater than or equal to zero). The upper
left corner of the bounding box is located at the offset, and the lower
right corner of the bounding box is located at the offset plus extent. It
is an invisible box defining the edges of an item.
For instance, the following code defines a bounding box, whose width is
1200000emu, height is 1000000, at the position (3200400, 1600200).
<p:sp>
<p:spPr>
<a:xfrm>
<a
ff x="3200400" y="1600200"/>
<a:ext cx="1200000" cy="1000000"/>
</a:xfrm>
</p:spPr>
</p:sp>
The nodes, such as <p:blipFill> are relative to its bounding box. They use
percentage-based position coordinates.
Please let me know if you have any other concerns, or need anything else.
Sincerely,
Jialiang Ge (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
For MSDN subscribers whose posts are left unanswered, please check this
document:
http://blogs.msdn.com/msdnts/pages/postingAlias.aspx
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express/Windows Mail, please make sure
you clear the check box "Tools/Options/Read: Get 300 headers at a time" to
see your reply promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.