Class DocDevice.DocGraphicContext

Class DocDevice.DocGraphicContext

Nome do espaço: Aspose.Html.Rendering.Doc Assembleia: Aspose.HTML.dll (25.4.0)

Mantém os parâmetros de controle gráfico atuais para o DocDevice.Estes parâmetros definem o quadro global dentro do qual os operadores gráficos executam.

public class DocDevice.DocGraphicContext : GraphicContext, ICloneable

Inheritance

object GraphicContext DocDevice.DocGraphicContext

Implements

ICloneable

Membros herdados

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

Mantenha ou obtém uma matriz de transformação.

public override IMatrix TransformationMatrix { get; set; }

Valor da propriedade

IMatrix

Methods

Clone()

Cria uma nova instância de uma classe Aspose.Html.Rendering.GraphicContext com os mesmos valores de propriedade que uma instância existente.

public override GraphicContext Clone()

Returns

GraphicContext

Instância de um Aspose.Html.Rendering.GraphicContext.

Transform(Imatriz)

Modificar a matriz de transformação corrente multiplicando a matriz especificada.

public override void Transform(IMatrix matrix)

Parameters

matrix IMatrix

Matriz de transformação.

 Português