Class DocDevice.DocGraphicContext
Nazwa przestrzeń: Aspose.Html.Rendering.Doc Zestaw: Aspose.HTML.dll (25.4.0)
Utrzymuje aktualne parametry sterowania grafiką dla programu DocDevice.Te parametry określają globalny ramy, w ramach których operatorzy grafiki wykonują.
public class DocDevice.DocGraphicContext : GraphicContext, ICloneable
Inheritance
object ← GraphicContext ← DocDevice.DocGraphicContext
Implements
Dziedziczeni członkowie
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
Zestaw lub otrzymasz matrycę transformacji.
public override IMatrix TransformationMatrix { get; set; }
Wartość nieruchomości
Methods
Clone()
Tworzy nową instancję klasy Aspose.Html.Rendering.GraphicContext z tymi samymi wartościami właściwości jak istniejąca instancja.
public override GraphicContext Clone()
Returns
Występuje w Aspose.Html.Rendering.GraphicContext.
Transform(Imatrix)
Modyfikuj aktualną matrycę transformacyjną poprzez mnożenie określonej matrycy.
public override void Transform(IMatrix matrix)
Parameters
matrix
IMatrix
Matrycy transformacji.