C# Класс PixelFarm.Drawing.WinGdi.VxsHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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