C# 클래스 PixelFarm.Drawing.WinGdi.VxsHelper

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
CreateGraphicsPath ( VertexStore vxs ) : GraphicsPath
CreateGraphicsPath ( VertexStoreSnap vxsSnap ) : GraphicsPath

we do NOT store vxsSnap

DrawPath ( Graphics g, System p, Color c ) : void
DrawVxsSnap ( Graphics g, VertexStoreSnap vxsSnap, Color c ) : void
FillPath ( Graphics g, System p, Color c ) : void
FillVxsSnap ( Graphics g, VertexStoreSnap vxsSnap, Color c ) : void
ToDrawingColor ( Color c ) : Color

메소드 상세

CreateGraphicsPath() 공개 정적인 메소드

public static CreateGraphicsPath ( VertexStore vxs ) : GraphicsPath
vxs PixelFarm.Agg.VertexStore
리턴 System.Drawing.Drawing2D.GraphicsPath

CreateGraphicsPath() 공개 정적인 메소드

we do NOT store vxsSnap
public static CreateGraphicsPath ( VertexStoreSnap vxsSnap ) : GraphicsPath
vxsSnap PixelFarm.Agg.VertexStoreSnap
리턴 System.Drawing.Drawing2D.GraphicsPath

DrawPath() 공개 정적인 메소드

public static DrawPath ( Graphics g, System p, Color c ) : void
g System.Drawing.Graphics
p System
c Color
리턴 void

DrawVxsSnap() 공개 정적인 메소드

public static DrawVxsSnap ( Graphics g, VertexStoreSnap vxsSnap, Color c ) : void
g System.Drawing.Graphics
vxsSnap PixelFarm.Agg.VertexStoreSnap
c Color
리턴 void

FillPath() 공개 정적인 메소드

public static FillPath ( Graphics g, System p, Color c ) : void
g System.Drawing.Graphics
p System
c Color
리턴 void

FillVxsSnap() 공개 정적인 메소드

public static FillVxsSnap ( Graphics g, VertexStoreSnap vxsSnap, Color c ) : void
g System.Drawing.Graphics
vxsSnap PixelFarm.Agg.VertexStoreSnap
c Color
리턴 void

ToDrawingColor() 공개 정적인 메소드

public static ToDrawingColor ( Color c ) : Color
c Color
리턴 System.Drawing.Color