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

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

 Русский