Table of Contents

Class PointSizeTreat

Namespace
Hi.Disp.Treat
Assembly
HiDisp.dll

Object for set point size of opengl drawing.

public class PointSizeTreat : IDisplayee, IExpandToBox3d
Inheritance
PointSizeTreat
Implements
Inherited Members
Extension Methods

Constructors

PointSizeTreat(int)

Initializes a new instance of the PointSizeTreat class.

public PointSizeTreat(int pointSize)

Parameters

pointSize int

The point size to set.

Properties

PointSize

Gets or sets the point size value.

public int PointSize { get; set; }

Property Value

int

Methods

Display(Bind)

Sets the point size in the OpenGL context.

public void Display(Bind bind)

Parameters

bind Bind

The binding context.

ExpandToBox3d(Box3d)

This implementation does nothing as point size does not affect bounding box.

public void ExpandToBox3d(Box3d dst)

Parameters

dst Box3d

The destination box to expand.