Class DocumentUtils

Class DocumentUtils

名称: Aspose.Page.XPS 合計: Aspose.Page.dll (25.4.0)

このクラスは、正式なXPS操作APIを超えるユーティリティを提供します。

public class DocumentUtils

Inheritance

object DocumentUtils

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

CreateCircle(フロア、フロア)

サークルを表す路線地理学を作成します。

public XpsPathGeometry CreateCircle(PointF center, float radius)

Parameters

center PointF

サークルの中心点です。

radius float

サークルのラジオ。

Returns

XpsPathGeometry

XPS コース 地質学

CreateCircularSegment(フラット、フラット、フラット、フラット)

2つの角度の間のサークルセグメントを表すコース地理学を作成します。

public XpsPathGeometry CreateCircularSegment(PointF center, float radius, float startAngle, float endAngle)

Parameters

center PointF

サークルの中心。

radius float

サークルのラジオ。

startAngle float

スタート角度です。

endAngle float

結末の角度

Returns

XpsPathGeometry

XPS コース 地質学

CreateEllipse(フロア、フロア、フロア)

エリプシーを表す道の地理を生み出します。

public XpsPathGeometry CreateEllipse(PointF center, float radiusX, float radiusY)

Parameters

center PointF

エリプスの中心点です。

radiusX float

エリプスの地平線です。

radiusY float

エリプスの垂直線。

Returns

XpsPathGeometry

XPS コース 地質学

CreateImage(ストリップ、RectangleF、ImageMode)

画像で満たされた直角路線を作成します。

public XpsPath CreateImage(string fileName, RectangleF imageBox, ImageMode mode = ImageMode.FitToBox)

Parameters

fileName string

画像ファイルの名前。

imageBox RectangleF

画像ボックスを画像で記入します。

mode ImageMode

イメージはフィットモード。

Returns

XpsPath

XPSコースです。

CreatePieSlice(フラット、フラット、フラット、フラット)

2つの放射線の間のサークルスライスを表すコース地質を生み出します。

public XpsPathGeometry CreatePieSlice(PointF center, float radius, float startAngle, float endAngle)

Parameters

center PointF

サークルの中心。

radius float

サークルのラジオ。

startAngle float

出発線の角度。

endAngle float

終わりの雷の角度。

Returns

XpsPathGeometry

XPS コース 地質学

CreateRectangle(レクトンゲル)

正角を表す道路地理を生み出します。

public XpsPathGeometry CreateRectangle(RectangleF rectangle)

Parameters

rectangle RectangleF

直角です。

Returns

XpsPathGeometry

XPS コース 地質学

クリエイティブコレクション(int、ポイントF、フラット)

ルート地質を構成し、通常のn-gonがサークルに囲まれていることを表しています。

public XpsPathGeometry CreateRegularCircumscribedNGon(int n, PointF center, float radius)

Parameters

n int

垂直の数。

center PointF

サークルの中心。

radius float

サークルのラジオ。

Returns

XpsPathGeometry

XPS コース 地質学

クリエイティブ登録(int、ポイントF、フラット)

ルート地質を構成し、サークルに記録された通常のn-gonを表しています。

public XpsPathGeometry CreateRegularInscribedNGon(int n, PointF center, float radius)

Parameters

n int

垂直の数。

center PointF

サークルの中心。

radius float

サークルのラジオ。

Returns

XpsPathGeometry

XPS コース 地質学

 日本語