C# 클래스 Smrf.WpfGraphicsLib.DrawingVisualPlus

Represents a DrawingVisual with additional features.
The SetEffect method can be used to set an Effect.
상속: System.Windows.Media.DrawingVisual
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
DrawingVisualPlus ( ) : System

Initializes a new instance of the DrawingVisualPlus class.

SetEffect ( System.Windows.Media.Effects.Effect effect ) : void

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

DrawingVisualPlus() 공개 메소드

Initializes a new instance of the DrawingVisualPlus class.
public DrawingVisualPlus ( ) : System
리턴 System

SetEffect() 공개 메소드

public SetEffect ( System.Windows.Media.Effects.Effect effect ) : void
effect System.Windows.Media.Effects.Effect
리턴 void