macOS/iOS API解説

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

目次

0-06-18から1日間の記事一覧

initWithImageProperties:imageUTType:

** -(id)initWithImageProperties:(NSDictionary*)imageProperties: imageUTType:(NSString*)imageUTType: 解説 返り値 ( id ) 引数 ( NSDictionary* )imageProperties ( NSString* )imageUTType フレームワーク ImageKit クラス IKSaveOptions 使用可能 10.…

imageUTType

** 解説 返り値 ( NSString * ) 引数 フレームワーク ImageKit クラス IKSaveOptions 使用可能 10.5 参照 例文

imageProperties

** 解説 返り値 ( NSDictionary * ) 引数 フレームワーク ImageKit クラス IKSaveOptions 使用可能 10.5 参照 例文

addSaveOptionsAccessoryViewToSavePanel:

** -(void)addSaveOptionsAccessoryViewToSavePanel:(NSSavePanel*)savePanel: 解説 返り値 ( void ) 引数 ( NSSavePanel* )savePanel フレームワーク ImageKit クラス IKSaveOptions 使用可能 10.5 参照 例文

zoomImageToRect:

** -(void)zoomImageToRect:(NSRect)rect: 解説 返り値 ( void ) 引数 ( NSRect )rect フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

zoomImageToFit:

** -(void)zoomImageToFit:(id)sender: 解説 返り値 ( void ) 引数 ( id )sender フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

zoomImageToActualSize:

** -(void)zoomImageToActualSize:(id)sender: 解説 返り値 ( void ) 引数 ( id )sender フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

setRotationAngle:centerPoint:

** -(void)setRotationAngle:(CGFloat)rotationAngle: centerPoint:(NSPoint)centerPoint: 解説 返り値 ( void ) 引数 ( CGFloat )rotationAngle ( NSPoint )centerPoint フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

setOverlay:forType:

** -(void)setOverlay:(LKLayer*)layer: forType:(NSString*)layerType: 解説 返り値 ( void ) 引数 ( LKLayer* )layer ( NSString* )layerType フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

setImageZoomFactor:centerPoint:

画像のズーム比率と中心点をセットします -(void)setImageZoomFactor:(CGFloat)zoomFactor: centerPoint:(NSPoint)centerPoint: 解説 画像のズーム比率と中心点をセットします。 返り値 ( void ) 引数 ( CGFloat )zoomFactor ( NSPoint )centerPoint フレー…

setImageWithURL:

指定したURLの画像をセットします -(void)setImageWithURL:(NSURL*)url: 解説 指定したURLの画像をセットします。 マルチプルTIFFの場合は、最初の画像をセットします。 返り値 ( void ) 引数 ( NSURL* )url フレームワーク ImageKit クラス IKImageView 使…

setImage:imageProperties:

** -(void)setImage:(CGImageRef)image: imageProperties:(NSDictionary*)metaData: 解説 返り値 ( void ) 引数 ( CGImageRef )image ( NSDictionary* )metaData フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

scrollToRect:

** -(void)scrollToRect:(NSRect)rect: 解説 返り値 ( void ) 引数 ( NSRect )rect フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

scrollToPoint:

** -(void)scrollToPoint:(NSPoint)point: 解説 返り値 ( void ) 引数 ( NSPoint )point フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

overlayForType:

** -(LKLayer*)overlayForType:(NSString*)layerType: 解説 返り値 ( LKLayer* ) 引数 ( NSString* )layerType フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

imageSize

** 解説 返り値 ( NSSize ) 引数 フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

imageProperties

** 解説 返り値 ( NSDictionary* ) 引数 フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

image

** 解説 返り値 ( CGImageRef ) 引数 フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

flipImageVertical:

** -(void)flipImageVertical:(id)sender: 解説 返り値 ( void ) 引数 ( id )sender フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

flipImageHorizontal:

** -(void)flipImageHorizontal:(id)sender: 解説 返り値 ( void ) 引数 ( id )sender フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

convertViewRectToImageRect:

** -(NSRect)convertViewRectToImageRect:(NSRect)viewRect: 解説 返り値 ( NSRect ) 引数 ( NSRect )viewRect フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

convertViewPointToImagePoint:

** -(NSPoint)convertViewPointToImagePoint:(NSPoint)viewPoint: 解説 返り値 ( NSPoint ) 引数 ( NSPoint )viewPoint フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

convertImageRectToViewRect:

** -(NSRect)convertImageRectToViewRect:(NSRect)imageRect: 解説 返り値 ( NSRect ) 引数 ( NSRect )imageRect フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

convertImagePointToViewPoint:

画像上のポイントをビューのポイントに変換して返します -(NSPoint)convertImagePointToViewPoint:(NSPoint)imagePoint: 解説 画像上の座標値をビューの座標値に変換して返します。 (拡大率も考慮して) 返り値 ( NSPoint ) ビューの座標値 引数 ( NSPoint …

@property CGFloat zoomFacto

** 解説 返り値 引数 フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

@property BOOL supportsDragAndDro

** 解説 返り値 引数 フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

@property CGFloat rotationAngl

** 解説 返り値 引数 フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

@property CIFilter * imageCorrectio

** 解説 返り値 引数 フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

@property BOOL hasVerticalScrolle

** 解説 返り値 引数 フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文

@property BOOL hasHorizontalScrolle

** 解説 返り値 引数 フレームワーク ImageKit クラス IKImageView 使用可能 10.5 参照 例文