當前位置: 首頁>>代碼示例>>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;未經允許,請勿轉載。