Class DocDevice.DocGraphicContext

Class DocDevice.DocGraphicContext

De naam: Aspose.Html.Rendering.Doc Verzameling: Aspose.HTML.dll (25.5.0)

Behoudt de huidige grafische controleparameters voor de DocDevice.Deze parameters definiëren het wereldwijde kader waarin de grafische exploitanten uitvoeren.

public class DocDevice.DocGraphicContext : GraphicContext, ICloneable

Inheritance

object GraphicContext DocDevice.DocGraphicContext

Implements

ICloneable

Geëerbiede leden

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

Zet of ontvangt transformatie matrix.

public override IMatrix TransformationMatrix { get; set; }

Eigendomswaarde

IMatrix

Methods

Clone()

Creëert een nieuwe instantie van een Aspose.Html.Rendering.GraphicContext-klasse met dezelfde eigendomswaarden als een bestaande instantie.

public override GraphicContext Clone()

Returns

GraphicContext

Instantie van een Aspose.Html.Rendering.GraphicContext.

Transform(IMATRIX)

Modificeer de huidige transformatie matrix door de aangegeven matrix te vermenigvuldigen.

public override void Transform(IMatrix matrix)

Parameters

matrix IMatrix

De transformatie matrix.

 Nederlands