Class DocDevice.DocGraphicContext

Class DocDevice.DocGraphicContext

Le nom : Aspose.Html.Rendering.Doc Assemblaggio: Aspose.HTML.dll (25.4.0)

Il maintient les paramètres de contrôle graphique actuels pour DocDevice.Ces paramètres définissent le cadre mondial dans lequel les opérateurs graphiques exécutent.

public class DocDevice.DocGraphicContext : GraphicContext, ICloneable

Inheritance

object GraphicContext DocDevice.DocGraphicContext

Implements

ICloneable

I membri ereditari

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

Mettre ou obtenir la matrice de transformation.

public override IMatrix TransformationMatrix { get; set; }

Valore di proprietà

IMatrix

Methods

Clone()

Créez une nouvelle instance d’une classe Aspose.Html.Rendering.GraphicContext avec les mêmes valeurs de propriété qu’un instant existant.

public override GraphicContext Clone()

Returns

GraphicContext

Instance d’un Aspose.Html.Rendering.GraphicContext.

Transform(IMATRIX)

Modifiez la matrice de transformation actuelle en multipliant la matrix spécifiée.

public override void Transform(IMatrix matrix)

Parameters

matrix IMatrix

Matrix de transformation.

 Français