リサイズはクリックかドラッグ

PictureDrawBase クラス

イベントコマンド・ピクチャ(表示・移動)ベース
継承階層

名前空間:  WodiLib.Event.EventCommand
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public abstract class PictureDrawBase : EventCommandBase

PictureDrawBase 型は下記のメンバーを公開します。

コンストラクター
  名前説明
Public メソッドPictureDrawBase
コンストラクタ
トップ
プロパティ
  名前説明
Protected プロパティ_DivisionHeight
分割数縦
Protected プロパティ_DivisionWidth
分割数横
Protected プロパティ_IsFreePosition
自由変形フラグ
Protected プロパティ_IsLinkScroll
スクロールとリンク
Protected プロパティ_LoadFireStringVar
読み込みファイル指定文字列変数
Public プロパティActionEntry
キャラ動作指定

動作指定を持たないコマンドの場合、null

(EventCommandBaseから継承)
Public プロパティAllNumberArgList
すべての数値引数リスト
(EventCommandBaseから継承)
Public プロパティAllStringArgList
すべての文字列引数リスト
(EventCommandBaseから継承)
Protected プロパティAnchorPositionCode
表示位置コード
Public プロパティAngle
角度
Public プロパティColorB
カラーB
Public プロパティColorG
カラーG
Public プロパティColorR
カラーR
Public プロパティDelay
発動ディレイ
Protected プロパティDisplayTypeCode
表示タイプコード
Protected プロパティDrawTypeCode
表示形式コード
Protected プロパティDrawTypeStr
表示種別文字列(表示/移動)
Public プロパティEventCommandCode
イベントコマンドコード
(EventCommandBaseから継承)
Protected プロパティEventCommandColorSet
イベントコマンドカラーセット
(EventCommandBaseEventCommandColorSetをオーバーライド)
Protected プロパティExecCode
処理内容コード
Public プロパティExpansionNumberArgList
拡張数値引数リスト
(EventCommandBaseから継承)
Public プロパティExpansionString
拡張文字列
(EventCommandBaseから継承)
Public プロパティExpansionStringArgList
拡張文字列引数リスト
(EventCommandBaseから継承)
Public プロパティHasActionEntry
動作指定ありフラグ
(EventCommandBaseから継承)
Public プロパティIndent
インデントの深さ
(EventCommandBaseから継承)
Protected プロパティIsLoadForVariableAddress
文字列変数指定フラグフラグ
Public プロパティIsMultiTarget
連続ピクチャ操作フラグ
Public プロパティIsRelativeCoordinate
座標相対モード
Public プロパティIsSameAngle
角度同値
Public プロパティIsSameColor
カラー同値
Public プロパティIsSameOpacity
不透明度同値
Public プロパティIsSamePattern
パターン同値
Public プロパティIsSamePrintType
表示形式同値
Protected プロパティIsUseString
文字列使用フラグ
Protected プロパティLoadFileNameOrDrawString
読み込みファイル名または表示文字列
Public プロパティNumberVariableCount
数値変数個数
(EventCommandBaseNumberVariableCountをオーバーライド)
Public プロパティNumberVariableCountMin
数値変数最小個数
(EventCommandBaseNumberVariableCountMinをオーバーライド)
Public プロパティOpacity
不透明度
Public プロパティPattern
パターン
Public プロパティPictureNumber
ピクチャ番号
Public プロパティPosition
座標
Public プロパティPrintType
表示形式
Public プロパティProcessTime
処理時間
Public プロパティRawEventCommandCode
実際のイベントコマンドコード
(EventCommandBaseから継承)
Public プロパティSequenceValue
連続ピクチャ数
Public プロパティStringVariableCount
文字列変数個数
(EventCommandBaseStringVariableCountをオーバーライド)
Public プロパティStringVariableCountMin
文字列変数最小個数
(EventCommandBaseStringVariableCountMinをオーバーライド)
Protected プロパティWodiLibLogger
ロガー
(EventCommandBaseから継承)
Public プロパティZoomRate
拡大率(縦横同じ)
Public プロパティZoomRateHeight
拡大率(縦)
Public プロパティZoomRateType
拡大率種別
Public プロパティZoomRateWidth
拡大率(横)
トップ
メソッド
  名前説明
Public メソッドEquals(Object)
Determines whether the specified object is equal to the current object.
(ModelBaseTChildから継承)
Public メソッドEquals(EventCommandBase)
値を比較する。
(EventCommandBaseから継承)
Public メソッドEquals(IEventCommand)
Indicates whether the current object is equal to another object of the same type.
(EventCommandBaseから継承)
Public メソッドEquals(ModelBaseTChild)
値を比較する。
(ModelBaseTChildから継承)
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetEventCommandSentenceInfo
イベントコマンド文字列情報を取得する。
(EventCommandBaseから継承)
Public メソッドGetHashCode
Serves as the default hash function.
(ModelBaseTChildから継承)
Public メソッドGetNumberVariable
インデックスを指定して数値変数を取得する。 拡張引数にも対応する。
(EventCommandBaseから継承)
Public メソッドGetSafetyNumberVariable
インデックスを指定して数値変数を取得する。 ウディタ標準仕様でサポートしているインデックスのみ取得可能。
(EventCommandBaseGetSafetyNumberVariable(Int32)をオーバーライド)
Public メソッドGetSafetyStringVariable
インデックスを指定して文字列変数を取得する。 ウディタ標準仕様でサポートしているインデックスのみ取得可能。
(EventCommandBaseGetSafetyStringVariable(Int32)をオーバーライド)
Public メソッドGetStringVariable
インデックスを指定して文字列変数を取得する。 拡張引数にも対応する。
(EventCommandBaseから継承)
Public メソッドGetType
Gets the Type of the current instance.
(Objectから継承)
Protected メソッドMakeEventCommandAnchorSentence
イベントコマンド文字列の表示基準部分を生成する。
Protected メソッドMakeEventCommandDrawItemSentence
イベントコマンド文字列の表示内容部分を生成する。
Protected メソッドMakeEventCommandMainSentence
イベントコマンド文字列のメイン部分(インデント以降の部分)を生成する。
(EventCommandBaseMakeEventCommandMainSentence(EventCommandSentenceResolver, EventCommandSentenceType, EventCommandSentenceResolveDesc)をオーバーライド)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Protected メソッドNotifyPropertyChanged
プロパティ変更イベント
(ModelBaseTChildから継承)
Public メソッドOutputVersionWarningLogIfNeed
VersionConfigにセットされたバージョンとイベントコマンドの内容を確認し、 イベントコマンドの内容が設定バージョンに対応していないものであれば警告ログを出力する。
(EventCommandBaseOutputVersionWarningLogIfNeedをオーバーライド)
Public メソッドSetNumberVariable
インデックスを指定して数値変数を設定する。 拡張引数にも対応する。
(EventCommandBaseから継承)
Public メソッドSetSafetyNumberVariable
数値変数を設定する。
(EventCommandBaseSetSafetyNumberVariable(Int32, Int32)をオーバーライド)
Public メソッドSetSafetyStringVariable
文字列変数を設定する。
(EventCommandBaseSetSafetyStringVariable(Int32, String)をオーバーライド)
Public メソッドSetStringVariable
インデックスを指定して数値変数を設定する。 拡張引数にも対応する。
(EventCommandBaseから継承)
Public メソッドToBinary
バイナリデータに変換する。
(EventCommandBaseから継承)
Public メソッドToEventCodeString
イベントコードに変換する。
(EventCommandBaseから継承)
Public メソッドToString
Returns a string that represents the current object.
(Objectから継承)
トップ
イベント
フィールド
  名前説明
Protected フィールドCommandCodeFormat
コマンドコードフォーマット
(EventCommandBaseから継承)
Public フィールド静的メンバーNumberVariableMax
数値変数最大数
トップ
関連項目