Class DocDevice.DocGraphicContext

Class DocDevice.DocGraphicContext

ja nimityö: Aspose.Html.Rendering.Doc Kokoelma: Aspose.HTML.dll (25.5.0)

Pidä nykyiset grafiikan ohjaus parametrit DocDevice.Nämä parametrit määrittelevät maailmanlaajuisen kehyksen, jonka sisällä grafiikan toimijat suorittavat.

public class DocDevice.DocGraphicContext : GraphicContext, ICloneable

Inheritance

object GraphicContext DocDevice.DocGraphicContext

Implements

ICloneable

Perintöjäsenet

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

Sisältää tai saa transformation matrix.

public override IMatrix TransformationMatrix { get; set; }

Omistuksen arvo

IMatrix

Methods

Clone()

Luo uusi esimerkki Aspose.Html.Rendering.GraphicContext luokasta, jolla on samat omaisuusarvot kuin olemassa oleva esimerkki.

public override GraphicContext Clone()

Returns

GraphicContext

Tarkoitus on Aspose.Html.Rendering.GraphicContext.

Transform(IMATRICS)

Muokkaa nykyistä muuntamismatrixia määritellyn matriisin moninkertaistamalla.

public override void Transform(IMatrix matrix)

Parameters

matrix IMatrix

Siirtymisen matriisi

 Suomi