Class DocDevice.DocGraphicContext

Class DocDevice.DocGraphicContext

Названий на: Aspose.Html.Rendering.Doc Асамблея: Aspose.HTML.dll (25.5.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

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

 Українська