This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 420
ce367e51 b50d 7061 4bdb 34904220fbe6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GVector.Project(netDxf.GTE.GVector,System.Int32)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public GVector Project(
GVector v,
int reject
)
VB
Public Function Project (
v As GVector,
reject As Integer
) As GVector
C++
public:
GVector^ Project(
GVector^ v,
int reject
)
F#
member Project :
v : GVector *
reject : int -> GVector
- GVector
- \[Missing <param name="v"/> documentation for "M:netDxf.GTE.GVector.Project(netDxf.GTE.GVector,System.Int32)"\]
- Int32
- \[Missing <param name="reject"/> documentation for "M:netDxf.GTE.GVector.Project(netDxf.GTE.GVector,System.Int32)"\]
GVector
[Missing <returns> documentation for "M:netDxf.GTE.GVector.Project(netDxf.GTE.GVector,System.Int32)"]