class func cgAffineTransform (for: String) -> CGAffineTransform
Returns a Core Graphics affine transform structure corresponding to the data in a given string.
与えられた文字列の中のデータに相当するCore Graphicsアフィン変換構造体を返します。
class func cgPoint (for: String) -> CGPoint
Returns a Core Graphics point structure corresponding to the data in a given string.
与えられた文字列の中のデータに相当するCore Graphics point構造体を返します。
class func cgRect (for: String) -> CGRect
Returns a Core Graphics rectangle structure corresponding to the data in a given string.
与えられた文字列の中のデータに相当するCore Graphics矩形構造体を返します。
class func cgSize (for: String) -> CGSize
Returns a Core Graphics size structure corresponding to the data in a given string.
与えられた文字列の中のデータに相当するCore Graphicsサイズ構造体を返します。
class func cgVector (for: String) -> CGVector
Returns a Core Graphics vector corresponding to the data in a given string.
与えられた文字列の中のデータに相当するCore Graphicsベクトル構造体を返します。
class func nsDirectionalEdgeInsets (for: String) -> NSDirectionalEdgeInsets
Returns a directional edge insets structure based on data in the specified string.
指定された文字列の中のデータに基づく方向性縁差込構造体を返します。
class func uiEdgeInsets (for: String) -> UIEdgeInsets
Returns a UIKit edge insets structure based on the data in the specified string.
指定された文字列の中のデータに基づくUIKit縁差込構造体を返します。
class func uiOffset (for: String) -> UIOffset
Returns a UIKit offset structure corresponding to the data in a given string.
与えられた文字列の中のデータに相当するUIKitオフセット構造体を返します。
class func string(for: CGRect) -> String
Returns a string formatted to contain the data from a rectangle.
矩形からのデータを含むように書式設定された文字列を返します。
class func string(for: CGVector) -> String
Returns a string formatted to contain the data from a vector data structure.
ベクトルデータ構造体からのデータを含むように書式設定された文字列を返します。
class func string(for: CGAffineTransform) -> String
Returns a string formatted to contain the data from an affine transform.
アフィン変換からのデータを含むように書式設定された文字列を返します。
class func string(for: CGPoint) -> String
Returns a string formatted to contain the data from a point.
ある点からのデータを含むように書式設定された文字列を返します。
class func string(for: CGSize) -> String
Returns a string formatted to contain the data from a size data structure.
サイズデータ構造体からのデータを含むように書式設定された文字列を返します。
class func string(for: NSDirectionalEdgeInsets) -> String
Returns a string formatted to contain the data from a directional edge insets structure.
方向性縁差込構造体からのデータを含むように書式設定された文字列を返します。
class func string(for: UIOffset) -> String
Returns a string formatted to contain the data from an offset structure.
オフセット構造体からのデータを含むように書式設定された文字列を返します。