C# 클래스 Smrf.AppLib.PictureBoxPlus

Represents a PictureBox with additional features.
상속: System.Windows.Forms.PictureBox
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
PictureBoxPlus ( ) : System

Initializes a new instance of the PictureBoxPlus class.

TryPasteEnhancedMetafile ( ) : System.Boolean

비공개 메소드들

메소드 설명
AssertValid ( ) : void
CloseClipboard ( ) : bool
GetClipboardData ( uint format ) : IntPtr
IsClipboardFormatAvailable ( uint format ) : bool
OpenClipboard ( IntPtr hWndNewOwner ) : bool

메소드 상세

PictureBoxPlus() 공개 메소드

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

TryPasteEnhancedMetafile() 공개 메소드

public TryPasteEnhancedMetafile ( ) : System.Boolean
리턴 System.Boolean