Property | Type | Description | |
---|---|---|---|
m_dGraphScale | Double |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
DrawerBase ( ) : System |
Initializes a new instance of the DrawerBase class.
|
|
TryGetEdgeDrawingHistory ( IEdge oEdge, |
||
TryGetVertexDrawingHistory ( IVertex oVertex, |
Method | Description | |
---|---|---|
CreateFrozenPen ( System.Windows.Media.Brush oBrush, Double dThickness, System.Windows.Media.DashStyle oDashStyle ) : System.Windows.Media.Pen | ||
CreateFrozenPen ( System.Windows.Media.Brush oBrush, Double dThickness, System.Windows.Media.DashStyle oDashStyle, PenLineCap eLineCap ) : System.Windows.Media.Pen | ||
CreateFrozenSolidColorBrush ( Color oColor ) : |
||
DrawLabelBackground ( System.Windows.Media.DrawingContext oDrawingContext, |
||
GetBezierControlPoint ( |
||
TryGetColorValue ( IMetadataProvider oMetadataProvider, String sKey, Color &oColor ) : System.Boolean |
protected CreateFrozenPen ( System.Windows.Media.Brush oBrush, Double dThickness, System.Windows.Media.DashStyle oDashStyle ) : System.Windows.Media.Pen | ||
oBrush | System.Windows.Media.Brush | |
dThickness | Double | |
oDashStyle | System.Windows.Media.DashStyle | |
return | System.Windows.Media.Pen |
protected CreateFrozenPen ( System.Windows.Media.Brush oBrush, Double dThickness, System.Windows.Media.DashStyle oDashStyle, PenLineCap eLineCap ) : System.Windows.Media.Pen | ||
oBrush | System.Windows.Media.Brush | |
dThickness | Double | |
oDashStyle | System.Windows.Media.DashStyle | |
eLineCap | PenLineCap | |
return | System.Windows.Media.Pen |
protected CreateFrozenSolidColorBrush ( Color oColor ) : |
||
oColor | Color | |
return |
protected DrawLabelBackground ( System.Windows.Media.DrawingContext oDrawingContext, |
||
oDrawingContext | System.Windows.Media.DrawingContext | |
oGraphDrawingContext | ||
oFormattedText | System.Windows.Media.FormattedText | |
oFormattedTextColor | Color | |
btBackgroundAlpha | Byte | |
oTextOrigin | Point | |
return | void |
protected GetBezierControlPoint ( |
||
oGraphDrawingContext | ||
oEndpoint1 | Point | |
oEndpoint2 | Point | |
dBezierDisplacementFactor | Double | |
return | Point |
protected TryGetColorValue ( IMetadataProvider oMetadataProvider, String sKey, Color &oColor ) : System.Boolean | ||
oMetadataProvider | IMetadataProvider | |
sKey | String | |
oColor | Color | |
return | System.Boolean |
public static TryGetEdgeDrawingHistory ( IEdge oEdge, |
||
oEdge | IEdge | |
oEdgeDrawingHistory | ||
return | System.Boolean |
public static TryGetVertexDrawingHistory ( IVertex oVertex, |
||
oVertex | IVertex | |
oVertexDrawingHistory | ||
return | System.Boolean |