Class DocDevice.DocGraphicContext
Navne til: Aspose.Html.Rendering.Doc Sammensætning: Aspose.HTML.dll (25.4.0)
Det holder de aktuelle grafiske kontrolparametre for DocDevice.Disse parametre definerer det globale ramme, som grafikoperatørerne udfører.
public class DocDevice.DocGraphicContext : GraphicContext, ICloneable
Inheritance
object ← GraphicContext ← DocDevice.DocGraphicContext
Implements
De arvede medlemmer
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
Sæt eller få transformation matrix.
public override IMatrix TransformationMatrix { get; set; }
Ejendomsværdi
Methods
Clone()
Skaber en ny instans af en Aspose.Html.Rendering.GraphicContext klasse med de samme ejendomsværdier som en eksisterende instans.
public override GraphicContext Clone()
Returns
Indsigt af en Aspose.Html.Rendering.GraphicContext.
Transform(Imatrix)
ndre den nuværende transformationsmatrix ved at multiplicere den angivne matrix.
public override void Transform(IMatrix matrix)
Parameters
matrix
IMatrix
Transformation af matrix.