オーバーロード一覧
オーバーロード | 解説 |
ParagraphText コンストラクタ() | Initializes a new instance of the ParagraphText class. |
ParagraphText コンストラクタ(String,Style) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the Style. |
ParagraphText コンストラクタ(String) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the Style. |
ParagraphText コンストラクタ(String,Font) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the font. |
ParagraphText コンストラクタ(String,Color) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the text color. |
ParagraphText コンストラクタ(String,TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the text position. |
ParagraphText コンストラクタ(String,Font,Color) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the font and text color. |
ParagraphText コンストラクタ(String,Font,TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the font and text position. |
ParagraphText コンストラクタ(String,Color,TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the text color and position. |
ParagraphText コンストラクタ(String,Font,Color,TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the ParagraphText.Text property, and specifying the font, text color and position. |
参照