次の方法で共有


IGeometryHost インターフェイス

ジオメトリのコンテナーのインターフェイスを定義します。

名前空間:  Microsoft.VisualStudio.Modeling.Diagrams
アセンブリ:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 内)

構文

'宣言
Public Interface IGeometryHost
public interface IGeometryHost

IGeometryHost 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ GeometryBackgroundBrushId ジオメトリの背景を塗りつぶすために使用するブラシ リソース ID を取得します。
パブリック プロパティ GeometryBoundingBox ジオメトリの境界ボックスを取得します。
パブリック プロパティ GeometryHasFilledBackground ジオメトリの背景が塗りつぶされるかどうかを示す値を取得します。
パブリック プロパティ GeometryHasOutline ジオメトリのアウトラインが描画されるかどうかを示す値を取得します。
パブリック プロパティ GeometryHasShadow ジオメトリでシャドウが表示されるかどうかを示す値を取得します。
パブリック プロパティ GeometryOutlinePenId ジオメトリのアウトラインを描画するために使用されるペン リソース ID を取得します。
パブリック プロパティ GeometryStyleSet ジオメトリに使用するスタイル セットを取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド ExcludeGeometryFromClipRegion クリップ領域から、その子孫の IGeometryHost オブジェクトのジオメトリを含め、このジオメトリを除外します。
パブリック メソッド TranslateGeometryToAbsoluteBounds IGeometryHost の親の左上を基準とする座標から絶対ワールド座標に四角形を変換します。
パブリック メソッド TranslateGeometryToRelativeBounds 絶対ワールド座標から、IGeometryHost の親の左上を基準とする座標に四角形を変換します。
パブリック メソッド UpdateGeometryLuminosity(DiagramClientView, Brush) 指定したブラシの明るさを変更します。
パブリック メソッド UpdateGeometryLuminosity(DiagramClientView, Pen) 指定したペンの明るさを変更します。

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.Modeling.Diagrams 名前空間