프로퍼티 | 타입 | 설명 | |
---|---|---|---|
regionClipType | RegionClipType | ||
regionObject | object | ||
regionPath | Paths | ||
regionType | RegionType |
메소드 | 설명 | |
---|---|---|
RegionEntry ( RegionType type ) : CoreGraphics | ||
RegionEntry ( RegionType type, object obj ) : CoreGraphics | ||
RegionEntry ( RegionType type, object obj, Path path ) : CoreGraphics | ||
RegionEntry ( RegionType type, object obj, Path path, RegionClipType clipType ) : CoreGraphics | ||
RegionEntry ( RegionType type, object obj, Paths path, RegionClipType clipType ) : CoreGraphics |
public RegionEntry ( RegionType type ) : CoreGraphics | ||
type | RegionType | |
리턴 | CoreGraphics |
public RegionEntry ( RegionType type, object obj ) : CoreGraphics | ||
type | RegionType | |
obj | object | |
리턴 | CoreGraphics |
public RegionEntry ( RegionType type, object obj, Path path ) : CoreGraphics | ||
type | RegionType | |
obj | object | |
path | Path | |
리턴 | CoreGraphics |
public RegionEntry ( RegionType type, object obj, Path path, RegionClipType clipType ) : CoreGraphics | ||
type | RegionType | |
obj | object | |
path | Path | |
clipType | RegionClipType | |
리턴 | CoreGraphics |
public RegionEntry ( RegionType type, object obj, Paths path, RegionClipType clipType ) : CoreGraphics | ||
type | RegionType | |
obj | object | |
path | Paths | |
clipType | RegionClipType | |
리턴 | CoreGraphics |