Class DocDevice.DocGraphicContext
Nom dels espais: Aspose.Html.Rendering.Doc Assemblea: Aspose.HTML.dll (25.4.0)
Manté els actuals paràmetres de control gràfic per al DocDevice.Aquests paràmetres defineixen el marc global en què els operadors gràfics executen.
public class DocDevice.DocGraphicContext : GraphicContext, ICloneable
Inheritance
object ← GraphicContext ← DocDevice.DocGraphicContext
Implements
Membres heretats
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
Seta o obté la matriu de transformació.
public override IMatrix TransformationMatrix { get; set; }
Valor de la propietat
Methods
Clone()
Crea una nova instància d’una classe Aspose.Html.Rendering.GraphicContext amb els mateixos valors de propietat que una existent.
public override GraphicContext Clone()
Returns
Instància d’un Aspose.Html.Rendering.GraphicContext.
Transform(Imatriu)
Modificar la matriu de transformació actual multiplicant la matrícula especificada.
public override void Transform(IMatrix matrix)
Parameters
matrix
IMatrix
Matriu de transformació.