DioDocs for PDF
ContourPosition 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 : ContourPosition 列挙体
Specifies the position of the anchor for a contour constraint.
シンタックス
'宣言
 
Public Enum ContourPosition 
   Inherits System.Enum
public enum ContourPosition : System.Enum 
メンバ
メンバ解説
FirstInInsideThe first position at which the target LayoutRect begins to lie within the contour.
FirstInOutsideThe first position at which the target LayoutRect begins to intersect with the contour.
LastOutOutsideThe last position at which the target LayoutRect ends to intersect with the contour.
NextOutInsideThe next position at which the target LayoutRect ends to lie within the contour.
NextOutOutsideThe next position at which the target LayoutRect ends to intersect with the contour.
UndefinedNot a contour constraint.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Layout.ContourPosition

参照

GrapeCity.Documents.Layout 名前空間