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


FrontPage

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

共通メンバ 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: エフェクトを掛けるかどうか。

コメント


めにゅー。

FrontPage

  • counter: 2198
  • today: 1
  • yesterday: 0
  • online: 1

edit