Class DocDevice.DocGraphicContext
Nombre del espacio: Aspose.Html.Rendering.Doc Colección: Aspose.HTML.dll (25.4.0)
Mantiene los actuales parámetros de control gráfico para el DocDevice.Estos parámetros definen el marco global dentro del cual los operadores gráficos ejecutan.
public class DocDevice.DocGraphicContext : GraphicContext, ICloneable
Inheritance
object ← GraphicContext ← DocDevice.DocGraphicContext
Implements
Miembros heredados
GraphicContext.Transform(IMatrix) ,y, GraphicContext.Clone() ,y, GraphicContext.LineCap ,y, GraphicContext.LineDashOffset ,y, GraphicContext.LineDashPattern ,y, GraphicContext.LineJoin ,y, GraphicContext.LineWidth ,y, GraphicContext.MiterLimit ,y, GraphicContext.FillBrush ,y, GraphicContext.StrokeBrush ,y, GraphicContext.Font ,y, GraphicContext.FontSize ,y, GraphicContext.FontStyle ,y, GraphicContext.CharacterSpacing ,y, GraphicContext.TransformationMatrix ,y, GraphicContext.TextInfo ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
DocGraphicContext()
public DocGraphicContext()
Properties
TransformationMatrix
Se establece o recibe la matriz de transformación.
public override IMatrix TransformationMatrix { get; set; }
Valor de la propiedad
Methods
Clone()
Crea una nueva instancia de una clase Aspose.Html.Rendering.GraphicContext con los mismos valores de propiedad que una instanza existente.
public override GraphicContext Clone()
Returns
Instancia de un Aspose.Html.Rendering.GraphicContext.
Transform(Imátrico)
Modificar la matrícula de transformación actual multiplicando la matriz especificada.
public override void Transform(IMatrix matrix)
Parameters
matrix
IMatrix
La matriz de transformación.