XuniCalendarImageDaySlot クラス リファレンス
継承元 | XuniCalendarDaySlot : XuniCalendarDaySlotBase : UIView |
---|---|
定義先 | CalendarImageDaySlot.h |
imageSource
日付スロットに表示される画像ソースを取得または設定します。
@property (nonatomic) UIImage *imageSource
内容
日付スロットに表示される画像ソースを取得または設定します。
定義先
CalendarImageDaySlot.h
imageRect
その中に画像が表示される四角形領域を取得または設定します。
@property (nonatomic) CGRect imageRect
内容
その中に画像が表示される四角形領域を取得または設定します。
定義先
CalendarImageDaySlot.h
imageAspect
画像のアスペクト比を取得または設定します。
@property (nonatomic) XuniImageAspect imageAspect
内容
画像のアスペクト比を取得または設定します。
定義先
CalendarImageDaySlot.h
– initWithCalendar:frame:
新しく割り当てられた XuniCalendarImageDaySlot オブジェクトを、指定されたカレンダーとフレーム四角形で初期化して返します。
- (id)initWithCalendar:(XuniCalendar *)calendar frame:(CGRect)frame
パラメータ
calendar |
XuniCalendar オブジェクト |
---|---|
frame |
XuniCalendarImageDaySlot のフレーム四角形領域(ポイント単位) |
戻り値
初期化された XuniCalendarImageDaySlot オブジェクト。オブジェクトを作成できなかった場合は nil
内容
新しく割り当てられた XuniCalendarImageDaySlot オブジェクトを、指定されたカレンダーとフレーム四角形で初期化して返します。
定義先
CalendarImageDaySlot.h