ZMSPolygon Class Reference
| Inherits from | ZMSOverlay : NSObject |
|---|---|
| Declared in | ZMSPolygon.h |
path
ポリゴンを形成する点列
@property (nonatomic, copy) ZMSPath *pathDiscussion
ポリゴンを形成する点列
Declared In
ZMSPolygon.h
strokeWidth
ポリゴンの枠線の線幅(1.0 〜100.0)
@property (nonatomic, assign) CGFloat strokeWidthDiscussion
ポリゴンの枠線の線幅(1.0 〜100.0)
Declared In
ZMSPolygon.h
strokeColor
ポリゴンの枠線の線色
@property (nonatomic, strong) UIColor *strokeColorDiscussion
ポリゴンの枠線の線色
Declared In
ZMSPolygon.h
fillColor
ポリゴンの塗りつぶし色
@property (nonatomic, strong) UIColor *fillColorDiscussion
ポリゴンの塗りつぶし色
Declared In
ZMSPolygon.h
holes
ポリゴンに穴を空ける場合のポリゴン点列を複数設定可能
@property (nonatomic, strong) NSArray<ZMSPath*> *holesDiscussion
ポリゴンに穴を空ける場合のポリゴン点列を複数設定可能
Declared In
ZMSPolygon.h
+ polygonWithPath:
ZMSPolygon用簡易コンストラクタ
+ (instancetype)polygonWithPath:(ZMSPath *)pathParameters
(ZMSPath*)path |
ポリゴンを形成する座標点列 |
|---|
Return Value
ZMSPolygon
Discussion
ZMSPolygon用簡易コンストラクタ
Declared In
ZMSPolygon.h