C# 클래스 Core2D.Project.XLayer

Container layer.
상속: XSelectable
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( string name = "Layer", XContainer owner = null, bool isVisible = true ) : XLayer

Creates a new XLayer instance.

Invalidate ( ) : void

Invalidate layer shapes.

XLayer ( ) : System

Initializes a new instance of the XLayer class.

메소드 상세

Create() 공개 정적인 메소드

Creates a new XLayer instance.
public static Create ( string name = "Layer", XContainer owner = null, bool isVisible = true ) : XLayer
name string The layer name.
owner XContainer The layer owner.
isVisible bool The flag indicating whether layer is visible.
리턴 XLayer

Invalidate() 공개 메소드

Invalidate layer shapes.
public Invalidate ( ) : void
리턴 void

XLayer() 공개 메소드

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