macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

setWidth:type:forLayer:edge:

幅をセットします
-(void)setWidth:(float)val:
        type:(NSTextBlockValueType)type:
        forLayer:(NSTextBlockLayer)layer:
        edge:(NSRectEdge)edge:

解説

調査中...
幅をセットします。

返り値

( void )

なし

引数

( float )val
( NSTextBlockValueType )type
( NSTextBlockLayer )layer

NSTextBlockPadding
NSTextBlockBorder
NSTextBlockMargin

( NSRectEdge )edge

フレームワーク

ApplicationKit

クラス

NSTextBlock

Instance Methods

使用可能

10.4

参照

-setWidth:type:forLayer:
-widthForLayer:edge:

例文