Leadtools Namespace > LeadMatrix Structure : Transform Method |
public LeadPointD Transform( LeadPointD point )
'Declaration Public Function Transform( _ ByVal point As LeadPointD _ ) As LeadPointD
'Usage Dim instance As LeadMatrix Dim point As LeadPointD Dim value As LeadPointD value = instance.Transform(point)
public LeadPointD Transform( LeadPointD point )
function Leadtools.LeadMatrix.Transform( point )
public: LeadPointD Transform( LeadPointD point )
This method will use the value of the current offset into the transformation. To transform a point without offset (as a vector), use TransformVector.