다음을 통해 공유


NSWindow.SetFrameUsingName 메서드

정의

오버로드

SetFrameUsingName(String)
SetFrameUsingName(String, Boolean)

SetFrameUsingName(String)

[Foundation.Export("setFrameUsingName:")]
public virtual bool SetFrameUsingName (string name);
abstract member SetFrameUsingName : string -> bool
override this.SetFrameUsingName : string -> bool

매개 변수

name
String

반환

특성

적용 대상

SetFrameUsingName(String, Boolean)

[Foundation.Export("setFrameUsingName:force:")]
public virtual bool SetFrameUsingName (string name, bool force);
abstract member SetFrameUsingName : string * bool -> bool
override this.SetFrameUsingName : string * bool -> bool

매개 변수

name
String
force
Boolean

반환

특성

적용 대상