picmode.htm

来自「formContainer for delphi,是一个delphi form动」· HTM 代码 · 共 46 行

HTM
46
字号
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>TFCPictureMode</title>
</head>

<body bgcolor="#FFFFFF">

<h3>TFCPictureMode</h3>

<p><font face="Arial">Unit</font></p>

<dl>
    <dd><font size="2">FormCont</font></dd>
</dl>

<p><font face="Arial">Declaration</font></p>

<dl>
    <dd><font size="2">TFCPictureMode = (fcpmCenter,
        fcpmCenterStretch, fcpmStretch, fcpmTile);</font></dd>
</dl>

<p><font face="Arial">Description</font></p>

<dl>
    <dd><font size="2">These are the different possibilities to
        draw a picture:</font></dd>
    <dd>&nbsp;<dl>
            <dd><font size="2"><i>fcpmCenter</i>: centers the
                picture keeping its original size.<br>
                <i>fcpm</i>CenterStretch: stretchs the picture
                maintaining its aspect ratio and centering it.<br>
                <i>fcpm</i>Stretch: stretchs the picture covering
                the full area.<br>
                <i>fcpm</i>Tile: tiles the picture covering the
                full area.</font></dd>
        </dl>
    </dd>
</dl>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?