Property | Type | Description | |
---|---|---|---|
m_bDrawnAsSelected | System.Boolean | ||
m_oDrawingVisual | System.Windows.Media.DrawingVisual |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
DrawingHistory ( System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected ) : System |
Initializes a new instance of the DrawingHistory class.
|
|
GetBounds ( ) : System.Windows.Media.Geometry |
public DrawingHistory ( System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected ) : System | ||
drawingVisual | System.Windows.Media.DrawingVisual | /// The DrawingVisual object that was used to draw the object. /// |
drawnAsSelected | System.Boolean | /// true if the object was drawn as selected. /// |
return | System |
public abstract GetBounds ( ) : System.Windows.Media.Geometry | ||
return | System.Windows.Media.Geometry |
protected Boolean,System m_bDrawnAsSelected | ||
return | System.Boolean |