C# Class PixelFarm.Drawing.WinGdi.VxsHelper

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

CreateGraphicsPath() public static méthode

public static CreateGraphicsPath ( VertexStore vxs ) : GraphicsPath
vxs PixelFarm.Agg.VertexStore
Résultat System.Drawing.Drawing2D.GraphicsPath

CreateGraphicsPath() public static méthode

we do NOT store vxsSnap
public static CreateGraphicsPath ( VertexStoreSnap vxsSnap ) : GraphicsPath
vxsSnap PixelFarm.Agg.VertexStoreSnap
Résultat System.Drawing.Drawing2D.GraphicsPath

DrawPath() public static méthode

public static DrawPath ( Graphics g, System p, Color c ) : void
g System.Drawing.Graphics
p System
c Color
Résultat void

DrawVxsSnap() public static méthode

public static DrawVxsSnap ( Graphics g, VertexStoreSnap vxsSnap, Color c ) : void
g System.Drawing.Graphics
vxsSnap PixelFarm.Agg.VertexStoreSnap
c Color
Résultat void

FillPath() public static méthode

public static FillPath ( Graphics g, System p, Color c ) : void
g System.Drawing.Graphics
p System
c Color
Résultat void

FillVxsSnap() public static méthode

public static FillVxsSnap ( Graphics g, VertexStoreSnap vxsSnap, Color c ) : void
g System.Drawing.Graphics
vxsSnap PixelFarm.Agg.VertexStoreSnap
c Color
Résultat void

ToDrawingColor() public static méthode

public static ToDrawingColor ( Color c ) : Color
c Color
Résultat System.Drawing.Color