Class DocDevice.DocGraphicContext
Der Name: Aspose.Html.Rendering.Doc Sammlung: Aspose.HTML.dll (25.4.0)
Er hält aktuelle Grafikkontrolle-Parameter für DocDevice.Diese Parameter definieren das globale Rahmen, in dem die Grafikbetreiber durchführen.
public class DocDevice.DocGraphicContext : GraphicContext, ICloneable
Inheritance
object ← GraphicContext ← DocDevice.DocGraphicContext
Implements
Vererbte Mitglieder
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
Set oder erhält Transformation Matrix.
public override IMatrix TransformationMatrix { get; set; }
Eigentumswert
Methods
Clone()
Erstellt eine neue Instanz einer Aspose.Html.Rendering.GraphicContext-Klasse mit den gleichen Eigentumswerten wie eine bestehende Instanz.
public override GraphicContext Clone()
Returns
Instanz eines Aspose.Html.Rendering.GraphicContext.
Transform(Imatrix)
ndern Sie die aktuelle Transformationsmatrix, indem Sie die angegebenen Matrix multiplizieren.
public override void Transform(IMatrix matrix)
Parameters
matrix
IMatrix
Die Transformation der Matrix.