Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) unvell.D2DLib D2D.AddPathLines示例
编程语言:
C# (CSharp)
命名空间/包名称:
unvell.D2DLib
类/类型:
D2D
方法/功能:
AddPathLines
hotexamples.com的示例:
1
C# (CSharp) unvell.D2DLib D2D.AddPathLines - 已找到1个示例
。这些是从开源项目中提取的最受好评的
unvell.D2DLib.D2D.AddPathLines
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
DrawText(4)
AddPathArc(3)
CreateBitmapFromHBitmap(3)
DrawLine(2)
CreatePen(2)
DrawPolygonWithBrush(2)
DestroyPathGeometry(2)
DrawRectangle(2)
EndRender(2)
Flush(2)
FillRectangleWithBrush(1)
DrawBeziers(1)
DrawBitmapRenderTarget(1)
DrawD2DBitmap(1)
DrawEllipse(1)
DrawGDIBitmapRect(1)
DrawLines(1)
DrawPath(1)
FillEllipse(1)
DrawPathWithPen(1)
DrawPolygon(1)
FillRectangle(1)
FillPathD(1)
DrawRectangleWithPen(1)
DrawRoundedRect(1)
FillEllipseWithBrush(1)
DrawRoundedRectWithBrush(1)
DestroyPen(1)
DestroyContext(1)
DestroyGeometry(1)
CreateBitmapRenderTarget(1)
AddPathEllipse(1)
AddPathLines(1)
BeginRender(1)
BeginRenderWithBackgroundBitmap(1)
BeginRenderWithBackgroundColor(1)
Clear(1)
ClosePath(1)
CreateBitmapFromBytes(1)
CreateBitmapFromFile(1)
CreateBitmapFromMemory(1)
CreateContext(1)
AddPathBeziers(1)
CreateEllipseGeometry(1)
CreateLayer(1)
CreateLinearGradientBrush(1)
CreatePathGeometry(1)
CreateRadialGradientBrush(1)
CreateRectangleGeometry(1)
CreateSolidColorBrush(1)
常用方法
DrawText (4)
AddPathArc (3)
CreateBitmapFromHBitmap (3)
DrawLine (2)
CreatePen (2)
DrawPolygonWithBrush (2)
DestroyPathGeometry (2)
DrawRectangle (2)
EndRender (2)
Flush (2)
常用方法
FillRectangleWithBrush (1)
DrawBeziers (1)
DrawBitmapRenderTarget (1)
DrawD2DBitmap (1)
DrawEllipse (1)
DrawGDIBitmapRect (1)
DrawLines (1)
DrawPath (1)
FillEllipse (1)
DrawPathWithPen (1)
DrawPolygon (1)
FillRectangle (1)
FillPathD (1)
DrawRectangleWithPen (1)
DrawRoundedRect (1)
FillEllipseWithBrush (1)
DrawRoundedRectWithBrush (1)
DestroyPen (1)
DestroyContext (1)
DestroyGeometry (1)
常用方法
DrawPolygon (1)
FillRectangle (1)
FillPathD (1)
DrawRectangleWithPen (1)
DrawRoundedRect (1)
FillEllipseWithBrush (1)
DrawRoundedRectWithBrush (1)
DestroyPen (1)
DestroyContext (1)
DestroyGeometry (1)
CreateBitmapRenderTarget (1)
AddPathEllipse (1)
AddPathLines (1)
BeginRender (1)
BeginRenderWithBackgroundBitmap (1)
BeginRenderWithBackgroundColor (1)
Clear (1)
ClosePath (1)
CreateBitmapFromBytes (1)
CreateBitmapFromFile (1)
CreateBitmapFromMemory (1)
CreateContext (1)
AddPathBeziers (1)
CreateEllipseGeometry (1)
CreateLayer (1)
CreateLinearGradientBrush (1)
CreatePathGeometry (1)
CreateRadialGradientBrush (1)
CreateRectangleGeometry (1)
CreateSolidColorBrush (1)
常用方法
CreateBitmapRenderTarget (1)
AddPathEllipse (1)
AddPathLines (1)
BeginRender (1)
BeginRenderWithBackgroundBitmap (1)
BeginRenderWithBackgroundColor (1)
Clear (1)
ClosePath (1)
CreateBitmapFromBytes (1)
CreateBitmapFromFile (1)
CreateBitmapFromMemory (1)
CreateContext (1)
AddPathBeziers (1)
CreateEllipseGeometry (1)
CreateLayer (1)
CreateLinearGradientBrush (1)
CreatePathGeometry (1)
CreateRadialGradientBrush (1)
CreateRectangleGeometry (1)
CreateSolidColorBrush (1)
DestoryBitmapRenderTarget (1)
DestoryContext (1)
DestoryPathGeometry (1)
DestroyBitmapRenderTarget (1)
GetBitmapRenderTargetBitmap (1)
示例#1
0
显示文件
文件:
D2DLib.cs
项目:
patmosxx-v2/d2dlib
public void AddLines(D2DPoint[] points) { D2D.AddPathLines(this.Handle, points); }
x