Class DocDevice.DocGraphicContext

Class DocDevice.DocGraphicContext

이름 공간 : Aspose.Html.Rendering.Doc 구성: Aspose.HTML.dll (25.4.0)

DocDevice에 대한 현재 그래픽 제어 매개 변수를 유지합니다.이러한 매개 변수는 그래픽 운영자가 실행하는 글로벌 프레임 워크를 정의합니다.

public class DocDevice.DocGraphicContext : GraphicContext, ICloneable

Inheritance

object GraphicContext DocDevice.DocGraphicContext

Implements

ICloneable

상속 회원들

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

세트 또는 변환 매트릭스를 얻습니다.

public override IMatrix TransformationMatrix { get; set; }

부동산 가치

IMatrix

Methods

Clone()

Aspose.Html.Rendering.GraphicContext 클래스의 새로운 사례를 만들고 기존 사례와 동일한 자산 가치가 있습니다.

public override GraphicContext Clone()

Returns

GraphicContext

Aspose.Html.Rendering.GraphicContext에 해당되는 글 1건

Transform(이마트릭스)

현재의 변환 매트릭스를 지정된 매트릭스를 번식함으로써 변경합니다.

public override void Transform(IMatrix matrix)

Parameters

matrix IMatrix

변형 매트릭스

 한국어