エクスプレッションについて

「エクスプレッションについて」の編集履歴(バックアップ)一覧に戻る

エクスプレッションについて - (2008/10/23 (木) 15:15:52) の編集履歴(バックアップ)


エクスプレッションから参照できるプロパティとそのメンバの一覧


※旧公式Wikiで作成されていたページの内容を転記したものです。


共通メンバ string PropertyName

●BooleanProperty
  └bool TypeSafeValue
●ColorProperty
  └Color TypeSafeValue
    └byte A,R,G,B
●Int32Property
  └int TypeSafeValue, Min, Max
●PointFProperty
  ├PointF TypeSafeValue
  ├float X, XMin, XMax
  └float Y, YMin, YMax
●PointProperty
  ├Point TypeSafeValue
  ├int X, XMin, XMax
  └int Y, YMin, YMax
●RadianFProperty
  ├int Rotate
  └float Angle
●RadianProperty
  ├int Rotate
  └int Angle
●SelectableProperty
  ├string[] Items
  └int TypeSafeValue
●SingleProperty
  └float TypeSafeValue, Min, Max
●SizeFProperty
  ├SizeF TypeSafeValue
  ├float Height, HeightMin, HeightMax
  └float Width, WidthMin, WidthMax
●SizeProperty
  ├Size TypeSafeValue
  ├int Height, HeightMin, HeightMax
  └int Width, WidthMin, WidthMax
●StringProperty
  └string TypeSafeValue
●TimelineProperty
  ├int Index
  └nicoAE.Plugin.Interface.ITimeline Timeline
    ├int Duration トラックの現在の長さ
    ├int StartPoint トラックの開始位置
    ├int EndPoint トラックの終了位置
    ├int TimelineCode トラックの識別番号
    ├string TimelineName トラックの名前
    ├MediaInfo Info トラックのMediaInfo
    ├Bitmap GetImage(int frame, bool effect) トラックからイメージを取得
    └byte[] GetAudio(int frame, bool effect) トラックからオーディオを取得
      └パラメータ:int frame: 取得するフレーム位置。bool effect: エフェクトを掛けるかどうか。



名前:
コメント:
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。