フィールドによってレンダリングされるマップ画像を割り当てます。
シンタックス
'宣言
Protected Overrides Sub GetRenderContent( _
ByRef As System.String, _
ByRef As GrapeCity.Documents.Drawing.IImage, _
ByRef As System.Boolean, _
ByVal As System.Boolean _
)
'使用法
Dim instance As Map
Dim value As System.String
Dim img As GrapeCity.Documents.Drawing.IImage
Dim disposeImage As System.Boolean
Dim designTime As System.Boolean
instance.GetRenderContent(value, img, disposeImage, designTime)
protected override void GetRenderContent(
ref System.string ,
ref GrapeCity.Documents.Drawing.IImage ,
ref System.bool ,
System.bool
)
パラメータ
- value
- フィールドテキスト(マップの作成に失敗しない限り、無視されます)。
- img
- マップ画像。
- disposeImage
- 画像を使用後に廃棄することを示します。
- designTime
- 設計時であるか、実行時であるかを指定します。
参照