Giter Site home page Giter Site logo

Comments (1)

dhq-boiler avatar dhq-boiler commented on July 18, 2024

設定ダイアログに新たに設けた項目は「画像を埋め込む」チェックボックスです。
2021-12-30 (1)

xmlファイルには以下のように記録されます。

  1. 画像を埋め込むチェックボックスをTrueにした場合
  • EnableImageEmbeddingがtrueに設定
  • EmbeddedImageBase64にPng形式のデータをBase64に変換した文字列が設定
  • FileNameがnullに設定
            <DesignerItem>
              <ID>122cb71b-df6c-4bb7-b36a-6a3605fae212</ID>
              <ParentID>00000000-0000-0000-0000-000000000000</ParentID>
              <Type>boilersGraphics.ViewModels.PictureDesignerItemViewModel</Type>
              <Left>1</Left>
              <Top>-1</Top>
              <Width>915.0523613870839</Width>
              <Height>991.3066666666667</Height>
              <ZIndex>0</ZIndex>
              <EdgeColor>#00000000</EdgeColor>
              <FillColor>#FFFF0000</FillColor>
              <EdgeThickness>0</EdgeThickness>
              <PathGeometry></PathGeometry>
              <RotationAngle>0</RotationAngle>
              <FileName />
              <EnableImageEmbedding>true</EnableImageEmbedding>
              <EmbeddedImageBase64>iVBORw0KGgoAAAANSU...wByWRl+jJbwAAAABJRU5ErkJggg==</EmbeddedImageBase64>
            </DesignerItem>
  1. 画像を埋め込むチェックボックスをFalseにした場合
  • FileNameに画像ファイルのパスが設定
  • EnableImageEmbeddingがfalseに設定
            <DesignerItem>
              <ID>122cb71b-df6c-4bb7-b36a-6a3605fae212</ID>
              <ParentID>00000000-0000-0000-0000-000000000000</ParentID>
              <Type>boilersGraphics.ViewModels.PictureDesignerItemViewModel</Type>
              <Left>1</Left>
              <Top>-1</Top>
              <Width>915.0523613870839</Width>
              <Height>991.3066666666667</Height>
              <ZIndex>0</ZIndex>
              <EdgeColor>#00000000</EdgeColor>
              <FillColor>#FFFF0000</FillColor>
              <EdgeThickness>0</EdgeThickness>
              <PathGeometry></PathGeometry>
              <RotationAngle>0</RotationAngle>
              <FileName>C:\Users\boiler\OneDrive\画像\スクリーンショット\2021-09-28 (2).png</FileName>
              <EnableImageEmbedding>false</EnableImageEmbedding>
            </DesignerItem>

from boiler-s-graphics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.