C# 클래스 VixenModules.App.Curves.Curve

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

공개 프로퍼티들

프로퍼티 타입 설명
ActiveCurveGridColor Color
InactiveCurveGridColor Color

Private Properties

프로퍼티 타입 설명
TransformPoint Point

공개 메소드들

메소드 설명
CheckLibraryReference ( ) : bool

Checks that the library reference is still valid and current.

Curve ( ) : System
Curve ( Curve curve ) : System

Deep copy constructor.

Curve ( CurveType type ) : System
Curve ( IPointList points ) : System
Curve ( double intensity ) : System

Creates a flat curve of the given intensity

Equals ( object obj ) : bool
GenerateCurveImage ( Size size ) : Bitmap
GenerateGenericCurveImage ( Size size, bool inactive = false ) : Bitmap
GetHashCode ( ) : int
GetIntValue ( double x ) : int
GetIntValue ( int x ) : int
GetValue ( double x ) : double
GetValue ( int x ) : double
UnlinkFromLibraryCurve ( ) : void
UpdateLibraryReference ( ) : bool

Tries to update the library referenced object.

보호된 메소드들

메소드 설명
Equals ( Curve other ) : bool

비공개 메소드들

메소드 설명
TransformPoint ( ZedGraph.PointPair points, Size bounds ) : Point

메소드 상세

CheckLibraryReference() 공개 메소드

Checks that the library reference is still valid and current.
public CheckLibraryReference ( ) : bool
리턴 bool

Curve() 공개 메소드

public Curve ( ) : System
리턴 System

Curve() 공개 메소드

Deep copy constructor.
public Curve ( Curve curve ) : System
curve Curve
리턴 System

Curve() 공개 메소드

public Curve ( CurveType type ) : System
type CurveType
리턴 System

Curve() 공개 메소드

public Curve ( IPointList points ) : System
points IPointList
리턴 System

Curve() 공개 메소드

Creates a flat curve of the given intensity
public Curve ( double intensity ) : System
intensity double
리턴 System

Equals() 보호된 메소드

protected Equals ( Curve other ) : bool
other Curve
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GenerateCurveImage() 공개 메소드

public GenerateCurveImage ( Size size ) : Bitmap
size System.Drawing.Size
리턴 System.Drawing.Bitmap

GenerateGenericCurveImage() 공개 메소드

public GenerateGenericCurveImage ( Size size, bool inactive = false ) : Bitmap
size System.Drawing.Size
inactive bool
리턴 System.Drawing.Bitmap

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetIntValue() 공개 메소드

public GetIntValue ( double x ) : int
x double
리턴 int

GetIntValue() 공개 메소드

public GetIntValue ( int x ) : int
x int
리턴 int

GetValue() 공개 메소드

public GetValue ( double x ) : double
x double
리턴 double

GetValue() 공개 메소드

public GetValue ( int x ) : double
x int
리턴 double

UnlinkFromLibraryCurve() 공개 메소드

public UnlinkFromLibraryCurve ( ) : void
리턴 void

UpdateLibraryReference() 공개 메소드

Tries to update the library referenced object.
public UpdateLibraryReference ( ) : bool
리턴 bool

프로퍼티 상세

ActiveCurveGridColor 공개적으로 정적으로 프로퍼티

public static Color ActiveCurveGridColor
리턴 Color

InactiveCurveGridColor 공개적으로 정적으로 프로퍼티

public static Color InactiveCurveGridColor
리턴 Color