DrawParams Class

Data for Entity.Draw and other draw methods.
Public Class DrawParams 
Inherits GfxEnvironmentParams
This language is not supported or no code example is available.
public class DrawParams : GfxEnvironmentParams
This language is not supported or no code example is available.
Name Description
Public property ActionMode Gets or sets the action mode.
Public property Blocks The Blocks collection.
Public property CompileWires If true, wireframe entities are compiled, otherwise they are drawn on the fly using a buffered approach. (inherited from GfxEnvironmentParams).
Public property FontDefs Gets or sets the fonts definitions.
Public property ForceGray When true, the entity is drawn with a grayed/semi-transparent color because another component in the assembly tree was set as current.
Public property FullParents
Public property Height Gets the height of the Workspace control.
Public property Isocurves Gets or sets the visualization of the internal wireframe.
Public property Layers The layers collection.
Public property LineTypes Gets or sets the line types collection.
Public property MaxPatternRepetitions Gets or sets the maximum number of pattern repetitions allowed between two vertices of a curve. (inherited from GfxEnvironmentParams).
Public property Parents Parents list.
Public property PlanarReflections Tells if the planar reflections are being drawn.
Public property RenderContext Gets or sets the render context. (inherited from GfxEnvironmentParams).
Public property ScreenToWorld Gets or sets the screen to world conversion factor.
Public property ScreenToWorld4Times
Public property Selected The selected status.
Public property SelectionStatus Gets or sets the selection status.
Public property ShaderParams Gets or sets the shader parameters.
Public property TextStyles Gets or sets The text style collection.
Public property Transformation Gets or sets the transformation applied to the object.
Public property ViewFrame Gets the viewport bounds.
Public property ViewNormal Gets the view normal.
Public property Viewport Gets the Viewport.
Public property Width Gets the width of the Workspace control.
Public property direct3D If true, the graphics environment is using Direct3D to render the scene. (inherited from GfxEnvironmentParams).
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
Fields
 
Name Description
Public field Attributes
Public field BackFaceColorMethod
Public field ColorMode The type of Color to set.
Public field Static DirectionArrowPoints Gets or sets the points of the curve direction arrow.
Public field EdgeThickness Gets or sets the Edge thickness.
Public field InsideColor Color for not selected inner parts.
Public field InsideMaterial Material for not selected inner parts.
Public field InsideSelectionColor Color for selected inner parts.
Public field InsideSelectionMaterial Material for selected inner parts.
Public field IsDesignMode
Public field IsDrawingDynamicWithHalo
Public field LineWeightFactor The scale factor applied to the line weights for the printing scale.
Public field ParentSelected Tells if the parent entity is selected.
Public field SelectionColor
Public field SelectionLineWeightScaleFactor The scale factor applied to the line weight of selected entities.
Public field SelectionMaterial
Public field WireSelectionColor
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition