C# 클래스 Rooler.ScreenCoordinates

파일 보기 프로젝트 열기: peteblois/rooler 1 사용 예제들

공개 메소드들

메소드 설명
Collapse ( IntRect rect ) : IntRect
Collapse ( IntRect rect, IScreenShot screenshot ) : IntRect
ExpandPoint ( IntPoint position ) : IntRect
ExpandPoint ( IntPoint position, IScreenShot screenshot ) : IntRect

비공개 메소드들

메소드 설명
FindNearestX ( int xStart, int yStart, int yEnd, int xIncrement, IScreenShot screenshot ) : IntPoint
FindNearestY ( int xStart, int xEnd, int yStart, int yIncrement, IScreenShot screenshot ) : IntPoint
IsPixelClose ( int a, int b ) : bool
ScreenCoordinates ( ) : System

메소드 상세

Collapse() 공개 정적인 메소드

public static Collapse ( IntRect rect ) : IntRect
rect IntRect
리턴 IntRect

Collapse() 공개 정적인 메소드

public static Collapse ( IntRect rect, IScreenShot screenshot ) : IntRect
rect IntRect
screenshot IScreenShot
리턴 IntRect

ExpandPoint() 공개 정적인 메소드

public static ExpandPoint ( IntPoint position ) : IntRect
position IntPoint
리턴 IntRect

ExpandPoint() 공개 정적인 메소드

public static ExpandPoint ( IntPoint position, IScreenShot screenshot ) : IntRect
position IntPoint
screenshot IScreenShot
리턴 IntRect