C# 클래스 GraphicsImplementation.Gdi32Extensions

파일 보기 프로젝트 열기: filipkunc/GLGraphics

공개 메소드들

메소드 설명
DrawLinesGdi32 ( this g, Pen pen, List points ) : void
ToGdi32RGB ( this color ) : int

메소드 상세

DrawLinesGdi32() 공개 정적인 메소드

public static DrawLinesGdi32 ( this g, Pen pen, List points ) : void
g this
pen System.Drawing.Pen
points List
리턴 void

ToGdi32RGB() 공개 정적인 메소드

public static ToGdi32RGB ( this color ) : int
color this
리턴 int