C# 클래스 NCldr.Types.Layout

상속: ICloneable
파일 보기 프로젝트 열기: GuySmithFerrier/NCLDR 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Clone clones the object

Combine ( Layout combinedLayout, Layout parentLayout ) : Layout

Combine combines a child with a parent as necessary and returns the combined object

메소드 상세

Clone() 공개 메소드

Clone clones the object
public Clone ( ) : object
리턴 object

Combine() 공개 정적인 메소드

Combine combines a child with a parent as necessary and returns the combined object
public static Combine ( Layout combinedLayout, Layout parentLayout ) : Layout
combinedLayout Layout The child object
parentLayout Layout The parent object
리턴 Layout