Class DocDevice.DocGraphicContext

Class DocDevice.DocGraphicContext

Pôvodný názov: Aspose.Html.Rendering.Doc Zhromaždenie: Aspose.HTML.dll (25.4.0)

Udržuje aktuálne grafické ovládacie parametre pre DocDevice.Tieto parametre definujú globálny rámec, v ktorom grafické operátory vykonávajú.

public class DocDevice.DocGraphicContext : GraphicContext, ICloneable

Inheritance

object GraphicContext DocDevice.DocGraphicContext

Implements

ICloneable

Z dedičných členov

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

Vytvorte alebo získate transformáciu matriky.

public override IMatrix TransformationMatrix { get; set; }

Hodnota nehnuteľnosti

IMatrix

Methods

Clone()

Vytvára nový príklad triedy Aspose.Html.Rendering.GraphicContext s rovnakými vlastnými hodnotami ako existujúci príklad.

public override GraphicContext Clone()

Returns

GraphicContext

Inštitúcia Aspose.Html.Rendering.GraphicContext.

Transform(Imatrixová)

Modifikujte aktuálnu transformáciu matrikou rozmnožovaním špecifikovanej matriky.

public override void Transform(IMatrix matrix)

Parameters

matrix IMatrix

Transformácia v matrici.

 Slovenčina