Class DocDevice.DocGraphicContext

Class DocDevice.DocGraphicContext

Tên không gian: Aspose.Html.Rendering.Doc Tổng hợp: Aspose.HTML.dll (25.4.0)

Giữ các thông số kiểm soát đồ họa hiện tại cho DocDevice.Các thông số này xác định khung toàn cầu mà các nhà khai thác đồ họa thực hiện.

public class DocDevice.DocGraphicContext : GraphicContext, ICloneable

Inheritance

object GraphicContext DocDevice.DocGraphicContext

Implements

ICloneable

Thành viên thừa kế

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

Thiết lập hoặc nhận được Matrix chuyển đổi.

public override IMatrix TransformationMatrix { get; set; }

Giá trị bất động sản

IMatrix

Methods

Clone()

Tạo một ví dụ mới của một lớp Aspose.Html.Rendering.GraphicContext với cùng giá trị tài sản như một ví dụ hiện có.

public override GraphicContext Clone()

Returns

GraphicContext

Ví dụ về Aspose.Html.Rendering.GraphicContext.

Transform(IMATRIX)

Thay đổi matrice chuyển đổi hiện tại bằng cách lặp lại matrice cụ thể.

public override void Transform(IMatrix matrix)

Parameters

matrix IMatrix

Thay đổi Matrix

 Tiếng Việt