C# Class Smrf.NodeXL.ExcelTemplate.SubgraphImageCreator.CreateSubgraphImagesAsyncArgs

Contains the arguments needed to asynchronously create subgraph images.
Show file Open project: 2014-sed-team3/term-project

Public Properties

Property Type Description
CreateThumbnails System.Boolean
Folder String
GeneralUserSettings GeneralUserSettings
Graph IGraph
ImageFormat System.Drawing.Imaging.ImageFormat
ImageSizePx System.Drawing.Size
Layout ILayout
Levels Decimal
NodeXLVisual Smrf.NodeXL.Visualization.Wpf.NodeXLVisual
SaveToFolder System.Boolean
SelectIncidentEdges System.Boolean
SelectVertex System.Boolean
SelectedVertices ICollection
SelectedVerticesOnly System.Boolean
ThumbnailSizePx System.Drawing.Size

Property Details

CreateThumbnails public property

public Boolean,System CreateThumbnails
return System.Boolean

Folder public property

public String Folder
return String

GeneralUserSettings public property

public GeneralUserSettings,Smrf.NodeXL.ExcelTemplate GeneralUserSettings
return GeneralUserSettings

Graph public property

public IGraph Graph
return IGraph

ImageFormat public property

public ImageFormat,System.Drawing.Imaging ImageFormat
return System.Drawing.Imaging.ImageFormat

ImageSizePx public property

public Size,System.Drawing ImageSizePx
return System.Drawing.Size

Layout public property

public ILayout Layout
return ILayout

Levels public property

public Decimal Levels
return Decimal

NodeXLVisual public property

public NodeXLVisual,Smrf.NodeXL.Visualization.Wpf NodeXLVisual
return Smrf.NodeXL.Visualization.Wpf.NodeXLVisual

SaveToFolder public property

public Boolean,System SaveToFolder
return System.Boolean

SelectIncidentEdges public property

public Boolean,System SelectIncidentEdges
return System.Boolean

SelectVertex public property

public Boolean,System SelectVertex
return System.Boolean

SelectedVertices public property

public ICollection SelectedVertices
return ICollection

SelectedVerticesOnly public property

public Boolean,System SelectedVerticesOnly
return System.Boolean

ThumbnailSizePx public property

public Size,System.Drawing ThumbnailSizePx
return System.Drawing.Size