Class DocDevice.DocGraphicContext

Class DocDevice.DocGraphicContext

名称: Aspose.Html.Rendering.Doc セットアップ: Aspose.HTML.dll (25.4.0)

DocDevice の現在のグラフィックコントロールパラメーターを保持します。これらのパラメーターは、グラフィックオペレーターが実行するグローバルフレームワークを定義します。

public class DocDevice.DocGraphicContext : GraphicContext, ICloneable

Inheritance

object GraphicContext DocDevice.DocGraphicContext

Implements

ICloneable

相続人

GraphicContext.Transform(IMatrix) , GraphicContext.Clone() , GraphicContext.LineCap , GraphicContext.LineDashOffset , GraphicContext.LineDashPattern , GraphicContext.LineJoin , GraphicContext.LineWidth , GraphicContext.MiterLimit , GraphicContext.FillBrush , GraphicContext.StrokeBrush , GraphicContext.Font , GraphicContext.FontSize , GraphicContext.FontStyle , GraphicContext.CharacterSpacing , GraphicContext.TransformationMatrix , GraphicContext.TextInfo , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

DocGraphicContext()

public DocGraphicContext()

Properties

TransformationMatrix

変換マトリックスを設定または取得します。

public override IMatrix TransformationMatrix { get; set; }

不動産価値

IMatrix

Methods

Clone()

Aspose.Html.Rendering.GraphicContext クラスの新しい例を作成し、既存の例と同じ属性値を持っています。

public override GraphicContext Clone()

Returns

GraphicContext

Aspose.Html.Rendering.Graphic コンテキスト

Transform(イマトリックス)

現在の変換マトリックスを、指定されたマトリックスを倍増することによって変更します。

public override void Transform(IMatrix matrix)

Parameters

matrix IMatrix

変換マトリックス

 日本語