메소드 | 설명 | |
---|---|---|
Activate ( IDisplay Display ) : void | ||
Assign ( IClone src ) : void | ||
CanRotate ( ) : bool | ||
Clone ( ) : IClone | ||
ConvertToSupportedObject ( esriArcGISVersion docVersion ) : object | ||
Deactivate ( ) : void | ||
Draw ( IDisplay Display, ITrackCancel TrackCancel ) : void | ||
HitTest ( double x, double y, double Tolerance ) : bool | ||
IsEqual ( IClone other ) : bool | ||
IsIdentical ( IClone other ) : bool | ||
IsSupportedAtVersion ( esriArcGISVersion docVersion ) : bool | ||
Load ( IVariantStream Stream ) : void | ||
Move ( double dx, double dy ) : void | ||
MoveVector ( ILine v ) : void | ||
QueryBounds ( IDisplay Display, IEnvelope Bounds ) : void | ||
QueryOutline ( IDisplay Display, IPolygon Outline ) : void | ||
Rotate ( IPoint Origin, double rotationAngle ) : void | ||
Save ( IVariantStream Stream ) : void | ||
Scale ( IPoint Origin, double sx, double sy ) : void | ||
Transform ( esriTransformDirection direction, ITransformation transformation ) : void | ||
TriangleElementClass ( ) : System |
메소드 | 설명 | |
---|---|---|
BuildTriangleGeometry ( IPoint pointGeometry ) : void | ||
Clone ( object obj ) : IClone | ||
GetDeviceCaps ( int hDC, int nIndex ) : int | ||
InitMembers ( ) : void | ||
PointsToMap ( IDisplayTransformation displayTransform, double dPointSize ) : double | ||
RefreshTracker ( ) : void |
assign the triangle's geometry to the selection tracker
|
|
SetDefaultDymbol ( ) : void | ||
SetupDeviceRatio ( int hDC, ESRI display ) : void | ||
TwipsPerPixelX ( ) : int | ||
TwipsPerPixelY ( ) : int | ||
UpdateElementSpatialRef ( ) : void |
public ConvertToSupportedObject ( esriArcGISVersion docVersion ) : object | ||
docVersion | esriArcGISVersion | |
리턴 | object |
public Draw ( IDisplay Display, ITrackCancel TrackCancel ) : void | ||
Display | IDisplay | |
TrackCancel | ITrackCancel | |
리턴 | void |
public HitTest ( double x, double y, double Tolerance ) : bool | ||
x | double | |
y | double | |
Tolerance | double | |
리턴 | bool |
public IsSupportedAtVersion ( esriArcGISVersion docVersion ) : bool | ||
docVersion | esriArcGISVersion | |
리턴 | bool |
public QueryBounds ( IDisplay Display, IEnvelope Bounds ) : void | ||
Display | IDisplay | |
Bounds | IEnvelope | |
리턴 | void |
public QueryOutline ( IDisplay Display, IPolygon Outline ) : void | ||
Display | IDisplay | |
Outline | IPolygon | |
리턴 | void |
public Rotate ( IPoint Origin, double rotationAngle ) : void | ||
Origin | IPoint | |
rotationAngle | double | |
리턴 | void |
public Scale ( IPoint Origin, double sx, double sy ) : void | ||
Origin | IPoint | |
sx | double | |
sy | double | |
리턴 | void |
public Transform ( esriTransformDirection direction, ITransformation transformation ) : void | ||
direction | esriTransformDirection | |
transformation | ITransformation | |
리턴 | void |