The CFviScale type exposes the following members.

Constructors

NameDescription
Public methodCFviScale()()()()
コンストラクタ
Public methodCFviScale(IntPtr)
FVCLクラス指定コンストラクタ
Protected methodCFviScale(SerializationInfo, StreamingContext)
ISerializable の実装: シグネチャコンストラクタ
Public methodCFviScale(CFviImage, CFviImage)
初期値指定コンストラクタ
Public methodCFviScale(CFviImage, CFviImage, CFviImage)
初期値指定コンストラクタ
Public methodCFviScale(CFviImage, CFviImage, CFviImage, Double, Double, Boolean, SamplingMode)
初期値指定コンストラクタ

Methods

NameDescription
Protected method_Deserialize
ISerializable の実装: 逆シリアル化時のコンストラクタ代替え関数
(Overrides CFviAffine..::.._Deserialize(SerializationInfo, StreamingContext).)
Protected method_free_body
FVCL インスタンスの解放
(Inherited from CFviObject.)
Public methodStatic memberCheckValidity
入力画像の有効性検査
Public methodClone
インスタンスのクローンの生成
(Overrides CFviAffine..::..Clone()()()().)
Public methodCopyFrom
インスタンスの複製
(Overrides CFviAffine..::..CopyFrom(Object).)
Public methodDispose()()()()
リソースの解放
(Inherited from CFviObject.)
Protected methodDispose(Boolean)
インスタンスの破棄
(Overrides CFviAffine..::..Dispose(Boolean).)
Public methodEquals
インスタンスの比較
(Overrides CFviAffine..::..Equals(Object).)
Public methodExecute
画像処理の実行
(Overrides CFviAffine..::..Execute()()()().)
Protected methodFinalize
ファイナライザ
(Inherited from CFviObject.)
Public methodGetHashCode
ハッシュコードの取得
(Overrides CFviAffine..::..GetHashCode()()()().)
Public methodGetObjectData
ISerializable の実装: SerializationInfo に、オブジェクトをシリアル化するために必要なデータを設定します。
(Overrides CFviAffine..::..GetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodGetValidSize(Int32)
出力画像の有効サイズの取得
(Inherited from CFviImageParser.)
Public methodGetValidSize(Int32, Int32)
出力画像の有効サイズの取得
(Inherited from CFviImageParser.)
Public methodIsValid
画像の整合性の検査
(Overrides CFviAffine..::..IsValid()()()().)
Public methodLoadFromBody
FVCLクラスのインスタンスからの反映
(Overrides CFviAffine..::..LoadFromBody()()()().)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Protected methodResizeDstImages
出力画像コレクションの要素数変更
(Inherited from CFviImageParser.)
Protected methodResizeSrcImages
入力画像コレクションの要素数変更
(Inherited from CFviImageParser.)
Public methodSaveToBody
FVCLクラスのインスタンスへの反映
(Overrides CFviAffine..::..SaveToBody()()()().)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)
Public methodValidate()()()()
出力画像の有効化
(Overrides CFviAffine..::..Validate()()()().)
Public methodValidate(Int32)
出力画像の有効化
(Overrides CFviAffine..::..Validate(Int32).)

Operators

NameDescription
Public operatorStatic memberEquality
インスタンスの比較(等価)
Public operatorStatic memberInequality
インスタンスの比較(不等価)

Fields

NameDescription
Public fieldStatic memberDstImageCount
このクラスが受け付ける出力画像数を示す定数です。
Protected fieldm_Body
FVCL インスタンス
(Inherited from CFviObject.)
Protected fieldm_DenyDisposeBody
FVCLクラスのインスタンスの自動解放禁止
(Inherited from CFviObject.)
Protected fieldm_DstImages
出力画像コレクション
(Inherited from CFviImageParser.)
Protected fieldm_Matrix
行列クラスのインスタンス
(Inherited from CFviAffine.)
Protected fieldm_SrcImages
入力画像コレクション
(Inherited from CFviImageParser.)
Public fieldStatic memberSrcImageCount
このクラスが受け付ける入力画像数を示す定数です。

Properties

NameDescription
Public propertyAllocateOption
画像領域確保時のオプション [初期値:0、範囲:0=既定の動作,1=DIB を使用しない]
(Inherited from CFviObject.)
Public propertyBody
FVCLクラスのインスタンス
(Inherited from CFviObject.)
Public propertyClearBackMode
領域外画素の処理方法 [初期値:true 範囲:true/false]
(Inherited from CFviAffine.)
Public propertyDenyDisposeBody
FVCLクラスのインスタンスの自動解放禁止 [初期値:false、範囲:false=自動解放する,true=自動解放しない]
(Inherited from CFviObject.)
Public propertyDstImages
出力画像コレクション [初期値:各要素は null に初期化されています。] ※要素数は予め設定されていますので変更しないでください。
(Inherited from CFviImageParser.)
Public propertyErrorCode
エラーコード
(Inherited from CFviObject.)
Public propertyMagnificationOfHorz
水平方向の倍率値 [初期値:1.0、範囲:※1.0で等倍.]
Public propertyMagnificationOfVert
垂直方向の倍率値 [初期値:1.0、範囲:※1.0で等倍.]
Public propertyMatrix
幾何変換の同次行列 (インスタンス参照) ※インスタンス差し替えは不可
(Inherited from CFviAffine.)
Public propertySamplingMode
濃度補間方法 [初期値:NearestNeighbor 範囲:SamplingMode のいずれか ※Adapt使用不可]
(Inherited from CFviAffine.)
Public propertySrcImages
入力画像コレクション [初期値:各要素は null に初期化されています。] ※要素数は予め設定されていますので変更しないでください。
(Inherited from CFviImageParser.)

See Also