C# 클래스 Smrf.NodeXL.Visualization.Wpf.GraphDrawingContext

Provides access to objects needed for graph-drawing operations.
상속: VisualizationBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_iMargin System.Int32
m_oBackColor Color
m_oGraphRectangle System.Windows.Rect

공개 메소드들

메소드 설명
AssertValid ( ) : void
GraphDrawingContext ( Rect graphRectangle, Int32 margin, Color backColor ) : System

Initializes a new instance of the GraphDrawingContext class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

GraphDrawingContext() 공개 메소드

Initializes a new instance of the GraphDrawingContext class.
public GraphDrawingContext ( Rect graphRectangle, Int32 margin, Color backColor ) : System
graphRectangle System.Windows.Rect /// The the graph is being drawn within. ///
margin System.Int32 /// The margin that was used to lay out the graph. If is {L=0, T=0, R=50, B=30} and is 5, for example, then the graph was laid out within /// the rectangle {L=5, T=5, R=45, B=25}. ///
backColor Color /// The graph's background color. ///
리턴 System

프로퍼티 상세

m_iMargin 보호되어 있는 프로퍼티

protected Int32,System m_iMargin
리턴 System.Int32

m_oBackColor 보호되어 있는 프로퍼티

protected Color m_oBackColor
리턴 Color

m_oGraphRectangle 보호되어 있는 프로퍼티

protected Rect,System.Windows m_oGraphRectangle
리턴 System.Windows.Rect