Class DocDevice.DocGraphicContext
Název místa: Aspose.Html.Rendering.Doc Sbírka: Aspose.HTML.dll (25.4.0)
Udržuje aktuální grafické ovládací parametry pro DocDevice.Tyto parametry definují globální rámec, ve kterém grafické operátory prováděj.
public class DocDevice.DocGraphicContext : GraphicContext, ICloneable
Inheritance
object ← GraphicContext ← DocDevice.DocGraphicContext
Implements
Dědiční č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
Vytvořte nebo získáte transformační matrice.
public override IMatrix TransformationMatrix { get; set; }
Hodnota nemovitosti
Methods
Clone()
Vytváří nový příklad třídy Aspose.Html.Rendering.GraphicContext se stejnými hodnotami vlastnictví jako stávající příklad.
public override GraphicContext Clone()
Returns
Případ Aspose.Html.Rendering.GraphicContext.
Transform(Imatrix)
Modifikujte aktuální transformační matrice rozmnožením specifikované matrice.
public override void Transform(IMatrix matrix)
Parameters
matrix
IMatrix
Přeměna matriky.