C# 클래스 Smrf.NodeXL.Core.LayoutUtil

Utility methods for dealing with graph layouts.
All methods are static.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
GetGraphBoundingRectangle ( IGraph graph ) : RectangleF
GetRectangleTransformation ( RectangleF rectangle1, RectangleF rectangle2 ) : Matrix
TransformPointF ( PointF pointF, Matrix transformationMatrix ) : PointF
TransformRectangle ( Rectangle rectangle, Matrix transformationMatrix ) : Rectangle
TransformVertexLocations ( IGraph graph, Matrix transformationMatrix ) : void

메소드 상세

GetGraphBoundingRectangle() 공개 정적인 메소드

public static GetGraphBoundingRectangle ( IGraph graph ) : RectangleF
graph IGraph
리턴 System.Drawing.RectangleF

GetRectangleTransformation() 공개 정적인 메소드

public static GetRectangleTransformation ( RectangleF rectangle1, RectangleF rectangle2 ) : Matrix
rectangle1 System.Drawing.RectangleF
rectangle2 System.Drawing.RectangleF
리턴 Matrix

TransformPointF() 공개 정적인 메소드

public static TransformPointF ( PointF pointF, Matrix transformationMatrix ) : PointF
pointF PointF
transformationMatrix Matrix
리턴 PointF

TransformRectangle() 공개 정적인 메소드

public static TransformRectangle ( Rectangle rectangle, Matrix transformationMatrix ) : Rectangle
rectangle Rectangle
transformationMatrix Matrix
리턴 Rectangle

TransformVertexLocations() 공개 정적인 메소드

public static TransformVertexLocations ( IGraph graph, Matrix transformationMatrix ) : void
graph IGraph
transformationMatrix Matrix
리턴 void