vg1.xml

来自「delphi 绘图软件控件」· XML 代码 · 共 134 行

XML
134
字号
<?xml version="1.0" encoding="utf-8"?>
<DrawDoc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Id />
  <RotatePoint>
    <X>0</X>
    <Y>0</Y>
  </RotatePoint>
  <Selectable>true</Selectable>
  <LineStyle>
    <Color>Black</Color>
    <Width>1</Width>
    <DashStyle>Solid</DashStyle>
    <Alpha>255</Alpha>
  </LineStyle>
  <FillStyle>
    <FillPattern>Color</FillPattern>
    <Color>#DCDCDC</Color>
    <Alpha>255</Alpha>
    <HatchStyle>Horizontal</HatchStyle>
  </FillStyle>
  <Angle>0</Angle>
  <StartPoint>
    <X>0</X>
    <Y>0</Y>
  </StartPoint>
  <Width>500</Width>
  <Height>500</Height>
  <Name />
  <DrawObjectList>
    <DrawLine>
      <Id />
      <RotatePoint>
        <X>0</X>
        <Y>0</Y>
      </RotatePoint>
      <Selectable>true</Selectable>
      <PointList>
        <Point>
          <X>5</X>
          <Y>5</Y>
        </Point>
        <Point>
          <X>100</X>
          <Y>50</Y>
        </Point>
        <Point>
          <X>100</X>
          <Y>150</Y>
        </Point>
        <Point>
          <X>200</X>
          <Y>5</Y>
        </Point>
      </PointList>
      <LineStyle>
        <Color>Red</Color>
        <Width>2</Width>
        <DashStyle>Solid</DashStyle>
        <Alpha>255</Alpha>
      </LineStyle>
      <StartCap>NoAnchor</StartCap>
      <EndCap>NoAnchor</EndCap>
      <JoinStyle>Miter</JoinStyle>
    </DrawLine>
    <DrawRectangle>
      <Id />
      <RotatePoint>
        <X>100</X>
        <Y>200</Y>
      </RotatePoint>
      <Selectable>true</Selectable>
      <LineStyle>
        <Color>Black</Color>
        <Width>2</Width>
        <DashStyle>Solid</DashStyle>
        <Alpha>255</Alpha>
      </LineStyle>
      <FillStyle>
        <FillPattern>Color</FillPattern>
        <Color>White</Color>
        <Alpha>255</Alpha>
        <HatchStyle>Horizontal</HatchStyle>
      </FillStyle>
      <Angle>0</Angle>
      <StartPoint>
        <X>100</X>
        <Y>200</Y>
      </StartPoint>
      <Width>150</Width>
      <Height>100</Height>
    </DrawRectangle>
    <DrawRectangle>
      <Id />
      <RotatePoint>
        <X>100</X>
        <Y>200</Y>
      </RotatePoint>
      <Selectable>true</Selectable>
      <LineStyle>
        <Color>Black</Color>
        <Width>2</Width>
        <DashStyle>Solid</DashStyle>
        <Alpha>255</Alpha>
      </LineStyle>
      <FillStyle>
        <FillPattern>Color</FillPattern>
        <Color>Blue</Color>
        <Alpha>200</Alpha>
        <HatchStyle>Horizontal</HatchStyle>
      </FillStyle>
      <Angle>30</Angle>
      <StartPoint>
        <X>100</X>
        <Y>200</Y>
      </StartPoint>
      <Width>150</Width>
      <Height>100</Height>
    </DrawRectangle>
    <DrawText>
      <Id />
      <RotatePoint>
        <X>106</X>
        <Y>391</Y>
      </RotatePoint>
      <Selectable>true</Selectable>
      <Angle>0</Angle>
      <StartPoint>
        <X>106</X>
        <Y>391</Y>
      </StartPoint>
      <Width>115</Width>
      <Height>26</Height>
      <Font>
        <FontFamilyName>鏂板畫浣

⌨️ 快捷键说明

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