当前位置: 首页>>代码示例>>PHP>>正文


PHP Position::set_coord方法代码示例

本文整理汇总了PHP中Position::set_coord方法的典型用法代码示例。如果您正苦于以下问题:PHP Position::set_coord方法的具体用法?PHP Position::set_coord怎么用?PHP Position::set_coord使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在Position的用法示例。


在下文中一共展示了Position::set_coord方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1:

 data-scale="1">
      <div class="overlay-img-txt txt-reduced pale-yellow">
        <img src="img/maintenance-screen.jpg" alt="Maintenance screen" width="900" height="566" />
        <span>Now use the Technician ballot and access<br/>
        maintenance mode</span>
      </div>
      <p class="centered threat">Threat level: <i class="pastel-red">high</i></p><!-- DREAD 5 10 8 1 10 -->
      <p class="txt-reduced">Allows DVD ejection &amp; some DoS.  Another evidence of a bad design...</p>
    </div>
    <!-- - -->
    <!-- -->

    <!-- bue vs bup -->
    <div id="buebup" class="step" <?php 
$pos->reset_angle();
$pos->set_coord(["z" => 0]);
$pos->shiftprint(["y" => 1800]);
?>
 data-scale="1">
      <h2 class="centered">A few words about Unique Paper Ballot</h2>
    </div>
    <div class="step" <?php 
$pos->shiftprint(["y" => 500]);
?>
 data-scale="1">
      <img src="img/bue-voto-economia.jpg" alt="voto economia" width="433" height="600" />
      <p class="footnote">Infographics by <a class="link" href="https://twitter.com/rusosnith">Andres Snitcofsky</a>.</p>
    </div>
    <div class="step" <?php 
$pos->shiftprint(["y" => -46], ["theta" => 90]);
?>
开发者ID:HacKanCuBa,项目名称:informe-votar,代码行数:31,代码来源:vot_ar_a_bad_election.php


注:本文中的Position::set_coord方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。