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.GraphicContext

Transform(伊马特里克斯)

修改当前的转型矩阵,通过增加所指定的矩阵。

public override void Transform(IMatrix matrix)

Parameters

matrix IMatrix

转型矩阵。

 中文