다음을 통해 공유


NSTextBlock.SetWidth 메서드

정의

오버로드

SetWidth(nfloat, NSTextBlockValueType, NSTextBlockLayer)
SetWidth(nfloat, NSTextBlockValueType, NSTextBlockLayer, NSRectEdge)

SetWidth(nfloat, NSTextBlockValueType, NSTextBlockLayer)

[Foundation.Export("setWidth:type:forLayer:")]
public virtual void SetWidth (nfloat val, AppKit.NSTextBlockValueType type, AppKit.NSTextBlockLayer layer);
abstract member SetWidth : nfloat * AppKit.NSTextBlockValueType * AppKit.NSTextBlockLayer -> unit
override this.SetWidth : nfloat * AppKit.NSTextBlockValueType * AppKit.NSTextBlockLayer -> unit

매개 변수

val
nfloat
특성

적용 대상

SetWidth(nfloat, NSTextBlockValueType, NSTextBlockLayer, NSRectEdge)

[Foundation.Export("setWidth:type:forLayer:edge:")]
public virtual void SetWidth (nfloat val, AppKit.NSTextBlockValueType type, AppKit.NSTextBlockLayer layer, AppKit.NSRectEdge edge);
abstract member SetWidth : nfloat * AppKit.NSTextBlockValueType * AppKit.NSTextBlockLayer * AppKit.NSRectEdge -> unit
override this.SetWidth : nfloat * AppKit.NSTextBlockValueType * AppKit.NSTextBlockLayer * AppKit.NSRectEdge -> unit

매개 변수

val
nfloat
edge
NSRectEdge
특성

적용 대상