コード例 #1
0
ファイル: SvgImage.cs プロジェクト: yongaru/fuse-studio
 public void DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Point location)
 {
     _svgRendererImplementation.DrawImageUnscaled(image, location);
 }