C# 클래스 Canguro.Controller.Snap.SnapPainter

파일 보기 프로젝트 열기: rforsbach/Treu-Structure 1 사용 예제들

공개 메소드들

메소드 설명
PaintLineSegment ( Device device, GraphicView activeView, Point startPoint, Point endPoint, LineMagnetType type ) : void
PaintLineSegment ( Device device, GraphicView activeView, System.Vector3 startPos, Point endPoint, LineMagnetType type ) : void
PaintLineSegment ( Device device, GraphicView activeView, System.Vector3 startPos, System.Vector3 endPos, LineMagnetType type ) : void
PaintPointSymbol ( Device device, GraphicView activeView, Point magnet, PointMagnetType type, byte alpha ) : void
PaintPointSymbol ( Device device, GraphicView activeView, System.Vector3 magnet, PointMagnetType type, byte alpha ) : void

비공개 메소드들

메소드 설명
drawEndPoint ( Device device, float x, float y, Color colorWithAlpha ) : void
drawIntersectPoint ( Device device, float x, float y, Color colorWithAlpha ) : void
drawMidPoint ( Device device, float x, float y, Color colorWithAlpha ) : void
drawPerpPoint ( Device device, float x, float y, Color colorWithAlpha ) : void
drawPointSymbol ( Device device, float x, float y, PointMagnetType type, byte alpha ) : void
drawSegment ( Device device, float x0, float y0, float x1, float y1, LineMagnetType type ) : void
drawSimplePoint ( Device device, float x, float y, Color colorWithAlpha ) : void
followAxis ( Device device, float x0, float y0, float x1, float y1, int color, int stipplePattern ) : void

메소드 상세

PaintLineSegment() 공개 메소드

public PaintLineSegment ( Device device, GraphicView activeView, Point startPoint, Point endPoint, LineMagnetType type ) : void
device Device
activeView GraphicView
startPoint Point
endPoint Point
type LineMagnetType
리턴 void

PaintLineSegment() 공개 메소드

public PaintLineSegment ( Device device, GraphicView activeView, System.Vector3 startPos, Point endPoint, LineMagnetType type ) : void
device Device
activeView GraphicView
startPos System.Vector3
endPoint Point
type LineMagnetType
리턴 void

PaintLineSegment() 공개 메소드

public PaintLineSegment ( Device device, GraphicView activeView, System.Vector3 startPos, System.Vector3 endPos, LineMagnetType type ) : void
device Device
activeView GraphicView
startPos System.Vector3
endPos System.Vector3
type LineMagnetType
리턴 void

PaintPointSymbol() 공개 메소드

public PaintPointSymbol ( Device device, GraphicView activeView, Point magnet, PointMagnetType type, byte alpha ) : void
device Device
activeView GraphicView
magnet Point
type PointMagnetType
alpha byte
리턴 void

PaintPointSymbol() 공개 메소드

public PaintPointSymbol ( Device device, GraphicView activeView, System.Vector3 magnet, PointMagnetType type, byte alpha ) : void
device Device
activeView GraphicView
magnet System.Vector3
type PointMagnetType
alpha byte
리턴 void