C# 클래스 ScreenToGif.Util.Other

Other helper methods.
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
CopyList ( this target ) : List
CopyToEncode ( this target ) : List

Copies the List and saves the images in another folder.

Dpi ( this window ) : double

Gets the DPI of the current window.

FileName ( string fileType, int frameCount ) : string

Generates a file name.

Gcd ( double a, double b ) : double

The Greater Common Divisor.

GetTextResource ( string resourceName ) : string
IsWin8OrHigher ( ) : bool
Scale ( this window ) : double

Gets the scale of the current window.

TransformToScreen ( Point point, Visual relativeTo ) : Point
Yoyo ( List list ) : List

Makes a Yo-yo efect with the given List (List + Reverted List)

비공개 메소드들

메소드 설명
IncrementalFileName ( string directory, string fileType ) : string

Searchs for a valid file name.

메소드 상세

CopyList() 공개 정적인 메소드

public static CopyList ( this target ) : List
target this
리턴 List

CopyToEncode() 공개 정적인 메소드

Copies the List and saves the images in another folder.
public static CopyToEncode ( this target ) : List
target this The List to copy
리턴 List

Dpi() 공개 정적인 메소드

Gets the DPI of the current window.
public static Dpi ( this window ) : double
window this The Window.
리턴 double

FileName() 공개 정적인 메소드

Generates a file name.
public static FileName ( string fileType, int frameCount ) : string
fileType string The desired output file type.
frameCount int The number of frames of the recording.
리턴 string

Gcd() 공개 정적인 메소드

The Greater Common Divisor.
public static Gcd ( double a, double b ) : double
a double Size a
b double Size b
리턴 double

GetTextResource() 공개 정적인 메소드

public static GetTextResource ( string resourceName ) : string
resourceName string
리턴 string

IsWin8OrHigher() 공개 정적인 메소드

public static IsWin8OrHigher ( ) : bool
리턴 bool

Scale() 공개 정적인 메소드

Gets the scale of the current window.
public static Scale ( this window ) : double
window this The Window.
리턴 double

TransformToScreen() 공개 정적인 메소드

public static TransformToScreen ( Point point, Visual relativeTo ) : Point
point Point
relativeTo Visual
리턴 Point

Yoyo() 공개 정적인 메소드

Makes a Yo-yo efect with the given List (List + Reverted List)
public static Yoyo ( List list ) : List
list List The list to apply the efect
리턴 List