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

Трансформация на матрицата.

 Български