C# 클래스 SampleCsDragDrop.SampleCsDragData

The SampleCsDragData class
상속: ISerializable
파일 보기 프로젝트 열기: mcneel/Rhino4Samples_DotNet 1 사용 예제들

공개 메소드들

메소드 설명
SampleCsDragData ( string dragString ) : System

Constructor

보호된 메소드들

메소드 설명
SampleCsDragData ( SerializationInfo info, StreamingContext context ) : System

Get data from info packet

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

SampleCsDragData() 보호된 메소드

Get data from info packet
protected SampleCsDragData ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

SampleCsDragData() 공개 메소드

Constructor
public SampleCsDragData ( string dragString ) : System
dragString string
리턴 System