C# 클래스 Sharpex2D.Common.Extensions.VectorExtension

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
ToPoints ( this array ) : System.Drawing.Point[]

Converts the Vector2 Array into a Point Array.

메소드 상세

ToPoints() 공개 정적인 메소드

Converts the Vector2 Array into a Point Array.
public static ToPoints ( this array ) : System.Drawing.Point[]
array this
리턴 System.Drawing.Point[]